File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ iox2_common_build_release_template: &IOX2_COMMON_BUILD_RELEASE
82
82
83
83
iox2_common_build_and_test_no_doc_tests_release_template : &IOX2_COMMON_BUILD_AND_TEST_NO_DOC_TESTS_RELEASE
84
84
<< : *IOX2_COMMON_BUILD_RELEASE
85
- test_script : RUSTFLAGS="-C debug-assertions" cargo nextest run --release --tests --workspace --no-fail-fast
85
+ test_script : cargo nextest run --release --tests --workspace --no-fail-fast
86
86
87
87
iox2_freebsd_setup_template : &IOX2_FREEBSD_SETUP
88
88
setup_script :
@@ -104,6 +104,13 @@ iox2_freebsd_setup_template: &IOX2_FREEBSD_SETUP
104
104
105
105
only_if : $CIRRUS_BRANCH == 'main' || ($CIRRUS_PR != '' && $CIRRUS_BASE_BRANCH == 'main')
106
106
107
+ #
108
+ # Global environment variables
109
+ #
110
+
111
+ env :
112
+ RUSTFLAGS : " -C debug-assertions"
113
+
107
114
#
108
115
# Preflight-Check with Ubuntu x86 stable debug
109
116
#
You can’t perform that action at this time.
0 commit comments