Skip to content

Commit

Permalink
dedup linux/windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Nov 1, 2023
1 parent 3b28de7 commit a0ee50d
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ on:
- pull_request

jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test
- run: cargo doc
windows:
runs-on: windows-latest
test:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit a0ee50d

Please sign in to comment.