mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-19 05:43:55 +01:00
Fix step naming in fuzz tests in GitHub Actions
This commit is contained in:
parent
de1e58e1cb
commit
21a90245e4
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user