Skip to content

Commit 5289d66

Browse files
authored
chore: Add explicit +niglhtly arg to fuzz workflow (#1110)
1 parent 3f1c7c6 commit 5289d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ jobs:
8989
cargo install cargo-fuzz
9090
9191
- name: Run tests
92-
run: cargo fuzz run fuzz_openstack_sdk_config --features=fuzzing -- -max_total_time=60
92+
run: cargo +nightly fuzz run fuzz_openstack_sdk_config --features=fuzzing -- -max_total_time=60

0 commit comments

Comments
 (0)