Skip to content

Commit

Permalink
fix(#19): ubuntu, mac, win
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jun 5, 2024
1 parent 738d065 commit 290dbec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ env:
RUSTFLAGS: "-Dwarnings"
jobs:
build:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, windows-2022, macos-12 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: cargo test
Expand Down

0 comments on commit 290dbec

Please sign in to comment.