From 44c9ce04359cbb717c0a89be21c8ec509d189cf3 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Tue, 10 Sep 2024 15:53:45 -0700 Subject: [PATCH] updates Signed-off-by: Jess Frazelle --- .github/workflows/build-test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 563e069..5851cbe 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -36,6 +36,7 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: go-version: [1.18] test-path: @@ -70,6 +71,7 @@ jobs: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: python-version: [3.9] test-path: @@ -119,6 +121,7 @@ jobs: build-test-js-versions: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: node: [20] test-path: @@ -152,6 +155,7 @@ jobs: build-test-rs-versions: runs-on: ubuntu-latest strategy: + fail-fast: false matrix: test-path: - ./tutorials/websocket_tutorial/draw_cube_rust @@ -181,6 +185,7 @@ jobs: needs: [build-test-python-versions] runs-on: ubuntu-latest strategy: + fail-fast: false matrix: python-version: [3.9] steps: