Skip to content

Commit 9114e71

Browse files
committed
run dargon2 tests on all OSes as well
1 parent 6ad10c4 commit 9114e71

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/dargon2_tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ defaults:
1010

1111
jobs:
1212
test:
13-
runs-on: ubuntu-latest
13+
runs-on: ${{ matrix.os }}
14+
strategy:
15+
fail-fast: false
16+
matrix:
17+
os: [ ubuntu-latest, windows-latest, macos-latest ]
1418
container:
1519
image: google/dart:latest
1620
steps:

0 commit comments

Comments
 (0)