Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Sep 10, 2024
1 parent fd65848 commit 44c9ce0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go-version: [1.18]
test-path:
Expand Down Expand Up @@ -70,6 +71,7 @@ jobs:

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.9]
test-path:
Expand Down Expand Up @@ -119,6 +121,7 @@ jobs:
build-test-js-versions:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node: [20]
test-path:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -181,6 +185,7 @@ jobs:
needs: [build-test-python-versions]
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.9]
steps:
Expand Down

0 comments on commit 44c9ce0

Please sign in to comment.