Skip to content

Commit 9cd5e28

Browse files
author
Adam Bezecny
committed
macos: some int tests enabled
1 parent f0c4bf6 commit 9cd5e28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/github-actions-rust-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)