Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aworldc authored Jan 9, 2024
1 parent 69a1617 commit a97b52c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Restore cache
uses: actions/cache/restore@v3
with:
path: target
key: buildtest-target-cache
- name: Build
run: cargo build
- name: Update cache
uses: actions/cache/save@v3
with:
path: target
key: buildtest-target-cache
- name: Run unit tests
run: cargo test

0 comments on commit a97b52c

Please sign in to comment.