Skip to content

Commit

Permalink
remove +nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
taegyunkim committed May 22, 2024
1 parent 28fff4c commit f623a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- uses: sergeysova/jq-action@v2
- run: |
set -e
cargo bolero list | jq -r '[.package, .test] | @tsv' | while read -r package test; do cargo +nightly bolero test -T 1min --package $package $test ; done
cargo bolero list | jq -r '[.package, .test] | @tsv' | while read -r package test; do cargo bolero test -T 1min --package $package $test ; done

0 comments on commit f623a6d

Please sign in to comment.