Skip to content

Commit

Permalink
multi platform tests on MNIST notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwanDemairy authored Jun 27, 2023
1 parent f423b17 commit 3345aa6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,11 @@ jobs:
mnist-test:
name: Test MNIST Notebook
runs-on: [self-hosted, Linux, ubuntu-22-04]
strategy:
fail-fast: false
matrix:
os: [ubuntu-22-04, fedora38, macosx-m1]
runs-on: ${{ matrix.os }}
needs: unit-test

if: github.event.pull_request.draft == false
Expand Down

0 comments on commit 3345aa6

Please sign in to comment.