We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716374c commit a089cf2Copy full SHA for a089cf2
.github/workflows/ubuntu_x86_64.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: test website build script
64
run: bash www/build.sh
65
66
- - name: run fuzz tests - ok to merge if this one fails # for now!
67
- run: |
68
- cargo +nightly-2024-02-03 install --locked cargo-fuzz
69
- cd crates/compiler/test_syntax/fuzz && cargo +nightly-2024-02-03 fuzz run -j4 fuzz_expr --sanitizer=none -- -dict=dict.txt -max_total_time=60
+ #- name: run fuzz tests - ok to merge if this one fails # for now!
+ # run: |
+ # cargo +nightly-2024-02-03 install --locked cargo-fuzz
+ # cd crates/compiler/test_syntax/fuzz && cargo +nightly-2024-02-03 fuzz run -j4 fuzz_expr --sanitizer=none -- -dict=dict.txt -max_total_time=60
0 commit comments