Skip to content

Commit

Permalink
chore: remove deprecated action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni authored and Mark-Simulacrum committed Jul 30, 2024
1 parent cb33e1b commit 0cd16fe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ jobs:
build:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: rustup default ${{ matrix.channel }}
- uses: rust-lang/simpleinfra/github-actions/simple-ci@master
- name: Build
run: cargo build --tests --workspace
- name: Test
run: cargo test --workspace
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
Expand Down

0 comments on commit 0cd16fe

Please sign in to comment.