From f8f9da2a1581890b9a01fb8c8493b7159da16593 Mon Sep 17 00:00:00 2001 From: "Dongjia \"toka\" Zhang" Date: Sat, 18 May 2024 00:13:11 +0200 Subject: [PATCH] Trying to fix CI (#2211) * test * aaa * 4.38 * 4.37 --- .github/workflows/build_and_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 0a923db03c..00f085434b 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -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'