Skip to content

Commit

Permalink
GitHub Actions上でRustのキャッシュが有効になるようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty2501 committed May 18, 2022
1 parent 93062cf commit 3d876c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: Swatinem/rust-cache@v1
- run: cargo test --all-features .
env:
CARGO_TERM_COLOR: always

0 comments on commit 3d876c9

Please sign in to comment.