Skip to content

Commit

Permalink
Ignore Windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Jul 23, 2024
1 parent 9b8eb51 commit 51af67c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
build-and-test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# TODO: Add and make Windows work in CI also
os: [ubuntu-latest, macos-latest]
# Keep MSRV in sync with rust-version in Cargo.toml
rust: [stable, beta, nightly, 1.79.0]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 51af67c

Please sign in to comment.