parent
7b0a3b861e
commit
76539fa247
2
.github/workflows/build_and_test.yml
vendored
2
.github/workflows/build_and_test.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
||||
if: runner.os == 'MacOS'
|
||||
run: cd docs && mdbook test -L ../target/debug/deps $(python3-config --ldflags | cut -d ' ' -f1)
|
||||
- name: Run tests
|
||||
run: cargo test
|
||||
run: cargo test -- --nocapture
|
||||
- name: Test libafl no_std
|
||||
run: cd libafl && cargo test --no-default-features
|
||||
- name: Test libafl_bolts no_std no_alloc
|
||||
|
Loading…
x
Reference in New Issue
Block a user