Skip to content

Commit

Permalink
Merge pull request #12 from sapcc/ci
Browse files Browse the repository at this point in the history
Replace deprecated action
  • Loading branch information
majewsky authored Oct 18, 2024
2 parents 248a39f + 738988f commit 9f4ca2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test --locked --all-features

0 comments on commit 9f4ca2e

Please sign in to comment.