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 de1e58e commit 21a9024Copy full SHA for 21a9024
.github/workflows/build.yml
@@ -90,7 +90,7 @@ jobs:
90
run: |
91
sudo apt-get update
92
sudo apt-get -y install build-essential binutils-dev libunwind-dev
93
- - name: Fuzz test on Rust ${{ matrix.TOOLCHAIN }}
+ - name: Sanity check fuzz targets on Rust ${{ env.TOOLCHAIN }}
94
run: cd fuzz && cargo test --verbose --color always
95
- - name: Generate fuzz report
+ - name: Run fuzzers
96
run: cd fuzz && ./ci-fuzz.sh
0 commit comments