Debug windows CI (#3051)

* debug windows ci

* can't reproduce
This commit is contained in:
Dongjia "toka" Zhang 2025-03-07 13:13:42 +01:00 committed by GitHub
parent 7b0a3b861e
commit 76539fa247
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ jobs:
if: runner.os == 'MacOS' if: runner.os == 'MacOS'
run: cd docs && mdbook test -L ../target/debug/deps $(python3-config --ldflags | cut -d ' ' -f1) run: cd docs && mdbook test -L ../target/debug/deps $(python3-config --ldflags | cut -d ' ' -f1)
- name: Run tests - name: Run tests
run: cargo test run: cargo test -- --nocapture
- name: Test libafl no_std - name: Test libafl no_std
run: cd libafl && cargo test --no-default-features run: cd libafl && cargo test --no-default-features
- name: Test libafl_bolts no_std no_alloc - name: Test libafl_bolts no_std no_alloc