Skip to content

Commit ed3dbba

Browse files
authored
Update rust.yml
1 parent fa8c87a commit ed3dbba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rust.yml

+5
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@ jobs:
1414

1515
runs-on: ubuntu-latest
1616

17+
strategy:
18+
matrix:
19+
os: [ubuntu-latest, windows-latest, macos-latest]
20+
1721
steps:
1822
- uses: actions/checkout@v4
1923
- name: Build
2024
run: cargo build --verbose
2125
- name: Run tests
26+
if: env.SKIP_TESTS != 'true'
2227
run: cargo test --verbose

0 commit comments

Comments
 (0)