Skip to content

Commit a089cf2

Browse files
authored
Comment out fuzzer
This is failing too often, recommended action: #7472 Signed-off-by: Anton-4 <[email protected]>
1 parent 716374c commit a089cf2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ubuntu_x86_64.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: test website build script
6464
run: bash www/build.sh
6565

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
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

0 commit comments

Comments
 (0)