Skip to content

Commit

Permalink
ci cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fertkir committed Nov 4, 2023
1 parent 5bbf2eb commit 8a400dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Test
run: cargo test --all-features
- name: Lint
Expand All @@ -29,6 +28,7 @@ jobs:
options: --security-opt seccomp=unconfined
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Generate code coverage
run: cargo +nightly tarpaulin --all-features --workspace --timeout 120 --out xml
- name: Upload to coveralls.io
Expand Down

0 comments on commit 8a400dc

Please sign in to comment.