Fix step naming in fuzz tests in GitHub Actions

This commit is contained in:
Matt Corallo 2020-04-24 14:22:31 -04:00
parent de1e58e1cb
commit 21a90245e4

View File

@ -90,7 +90,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -y install build-essential binutils-dev libunwind-dev
- name: Fuzz test on Rust ${{ matrix.TOOLCHAIN }}
- name: Sanity check fuzz targets on Rust ${{ env.TOOLCHAIN }}
run: cd fuzz && cargo test --verbose --color always
- name: Generate fuzz report
- name: Run fuzzers
run: cd fuzz && ./ci-fuzz.sh