Skip to content

Commit

Permalink
Fixes fail-fast location
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Mar 11, 2024
1 parent 1bee689 commit 6d3ec3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-all-tests:
name: Runs test ${{ matrix.tests }}
runs-on: ubuntu-latest
fail-fast: false
strategy:
fail-fast: false
matrix:
python-version: [3.9]
tests: [fulltests, unittests/D+C, unittests/D_mols, unittests/D_only, unittests/slab_D_only]
Expand Down

0 comments on commit 6d3ec3c

Please sign in to comment.