Skip to content

Commit aeceb0a

Browse files
committed
Temporarily disable broken fuzzing in CI
1 parent a2fb430 commit aeceb0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
os: [ubuntu-latest]
1818
include:
1919
- toolchain: stable
20-
fuzz: 1
20+
fuzz: 0
2121
- toolchain: beta
22-
fuzz: 1
22+
fuzz: 0
2323
- os: windows-latest
2424
toolchain: nightly
2525

0 commit comments

Comments
 (0)