diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 200690f..b849922 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,6 +21,8 @@ jobs: env: QEMU_BUILD_VERSION: 8.1.0 strategy: + # Don't cancel other test jobs if one test fails (which in some cases may be caused by QEMU) + fail-fast: false matrix: build: [ubuntu, i686-linux, aarch64-linux, riscv64-linux] include: