Skip to content

Commit db27685

Browse files
authored
Try some expressions (#66)
* Try some expressions * Check if equality works as well * Do we need fail-fast?
1 parent 5cf4774 commit db27685

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/Testing.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212
test:
1313
runs-on: ${{ matrix.os }}
14+
continue-on-error: ${{ matrix.version == 'nightly' }}
1415
strategy:
1516
matrix:
1617
version:

0 commit comments

Comments
 (0)