parent
d05adf7f6e
commit
f8f9da2a15
4
.github/workflows/build_and_test.yml
vendored
4
.github/workflows/build_and_test.yml
vendored
@ -16,6 +16,7 @@ concurrency:
|
||||
jobs:
|
||||
common:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-latest, windows-latest, macOS-latest ]
|
||||
runs-on: ${{ matrix.os }}
|
||||
@ -35,6 +36,7 @@ jobs:
|
||||
uses: baptiste0928/cargo-install@v1.3.0
|
||||
with:
|
||||
crate: mdbook
|
||||
version: "=0.4.37"
|
||||
- name: install linkcheck
|
||||
uses: baptiste0928/cargo-install@v1.3.0
|
||||
with:
|
||||
@ -50,8 +52,6 @@ jobs:
|
||||
run: ./scripts/check_for_blobs.sh
|
||||
- name: Build libafl debug
|
||||
run: cargo build -p libafl
|
||||
- name: Build the book
|
||||
run: cd docs && mdbook build
|
||||
- name: Test the book
|
||||
# TODO: fix books test fail with updated windows-rs
|
||||
if: runner.os != 'Windows'
|
||||
|
Loading…
x
Reference in New Issue
Block a user