Skip to content

Commit 21a9024

Browse files
committed
Fix step naming in fuzz tests in GitHub Actions
1 parent de1e58e commit 21a9024

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
sudo apt-get update
9292
sudo apt-get -y install build-essential binutils-dev libunwind-dev
93-
- name: Fuzz test on Rust ${{ matrix.TOOLCHAIN }}
93+
- name: Sanity check fuzz targets on Rust ${{ env.TOOLCHAIN }}
9494
run: cd fuzz && cargo test --verbose --color always
95-
- name: Generate fuzz report
95+
- name: Run fuzzers
9696
run: cd fuzz && ./ci-fuzz.sh

0 commit comments

Comments
 (0)