File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -146,8 +146,8 @@ jobs:
146146 DYLD_FALLBACK_FRAMEWORK_PATH : ${{ steps.populate-dyld-fallback-framework.outputs.DYLD_FALLBACK_FRAMEWORK_PATH }}
147147 run : |
148148 echo $DYLD_FALLBACK_FRAMEWORK_PATH
149- # cargo test --test integration_test -- --show-output
150- # cargo test --test pull_input_segfault_test -- --show-output
151- # cargo test --test push_output_segfault_test -- --show-output
152- # cargo test --test recognizer_segfault_test -- --show-output
149+ # cargo test --test integration_test -- --show-output
150+ cargo test --test pull_input_segfault_test -- --show-output
151+ cargo test --test push_output_segfault_test -- --show-output
152+ cargo test --test recognizer_segfault_test -- --show-output
153153 # cargo test --test synthesizer_segfault_test -- --show-output
You can’t perform that action at this time.
0 commit comments