Skip to content

Commit 65c4c77

Browse files
committed
Run rust tests on all os
1 parent fc22ba6 commit 65c4c77

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/testing.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ jobs:
3939
run: cargo fmt --all -- --check
4040
test:
4141
name: Tests
42-
runs-on: ubuntu-latest
42+
strategy:
43+
fail-fast: false
44+
matrix:
45+
os: [ubuntu-latest, macos-latest, windows-latest]
46+
runs-on: ${{ matrix.os }}
4347
steps:
4448
- uses: actions/checkout@v4
4549
- name: Install Rust

0 commit comments

Comments
 (0)