From 37910fdc1966c0bcc8aca5bae7375c0ca8201aa7 Mon Sep 17 00:00:00 2001 From: Geoff Martin Date: Tue, 10 Dec 2024 18:48:42 +0000 Subject: [PATCH] Attempting to fix Iceoryx tests. --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c7f3254..a7c13b7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -12,7 +12,7 @@ env: jobs: build: strategy: - fail-fast: true + fail-fast: false matrix: os-arch: - { os: "ubu24-1", arch: "X64" }