Skip to content

Commit

Permalink
Add cache for tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Desiders committed Jan 31, 2024
1 parent 0660705 commit ffddb58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test --lib --tests --all --all-features

build-and-test-linux:
Expand All @@ -30,6 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --all --all-features
- name: Test
Expand Down

0 comments on commit ffddb58

Please sign in to comment.