Skip to content

Commit 8f41c8e

Browse files
committed
make Exercise.valgrind_strategy optional
1 parent 9e28716 commit 8f41c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmc-client/src/response.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ pub struct Exercise {
170170
pub all_review_points_given: bool,
171171
pub memory_limit: Option<u32>,
172172
pub runtime_params: Vec<String>,
173-
pub valgrind_strategy: String,
173+
pub valgrind_strategy: Option<String>,
174174
pub code_review_requests_enabled: bool,
175175
pub run_tests_locally_action_enabled: bool,
176176
/// Typically null.

0 commit comments

Comments
 (0)