Skip to content

Commit

Permalink
Merge pull request #14 from TaKO8Ki/cache-jobs-in-github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba authored Aug 14, 2022
2 parents 7a2f597 + 6329ea0 commit 5326567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 5326567

Please sign in to comment.