Skip to content

Commit 11dde05

Browse files
committed
f
1 parent c97c283 commit 11dde05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
- name: Sanity check fuzz targets on Rust ${{ env.TOOLCHAIN }}
268268
run: |
269269
cd fuzz
270-
RUSTFLAGS="--cfg=fuzzing --cfg=secp256k1_fuzz --cfg=hashes_fuzz" cargo test --verbose --color always --lib --bins
270+
RUSTFLAGS="--cfg=fuzzing --cfg=secp256k1_fuzz --cfg=hashes_fuzz" cargo test --verbose --color always
271271
cargo clean
272272
- name: Run fuzzers
273273
run: cd fuzz && ./ci-fuzz.sh && cd ..

0 commit comments

Comments
 (0)