Skip to content

Commit

Permalink
Fix ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
knjtnk committed Nov 27, 2023
1 parent d90801b commit 600e6ea
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,8 @@ jobs:
run: cargo check --all-features

test:
name: Test -- ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand All @@ -47,8 +41,6 @@ jobs:

- name: Use cache
uses: Swatinem/rust-cache@v2
with:
shared-key: ${{ matrix.os }}

- name: Run cargo test
shell: bash
Expand Down

0 comments on commit 600e6ea

Please sign in to comment.