Skip to content

Commit

Permalink
run tests on windows and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKaul committed Feb 14, 2024
1 parent 2eb74b1 commit 4551645
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ env:

jobs:
build:
strategy:
matrix:
runner: [ubuntu-latest, windows-latest, macos-latest]

runs-on: ubuntu-latest
runs-on: ${{ matrix.runner }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4551645

Please sign in to comment.