We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1c7c6 commit 5289d66Copy full SHA for 5289d66
.github/workflows/ci.yml
@@ -89,4 +89,4 @@ jobs:
89
cargo install cargo-fuzz
90
91
- name: Run tests
92
- run: cargo fuzz run fuzz_openstack_sdk_config --features=fuzzing -- -max_total_time=60
+ run: cargo +nightly fuzz run fuzz_openstack_sdk_config --features=fuzzing -- -max_total_time=60
0 commit comments