Skip to content

Commit

Permalink
ci(test): setup rust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Nov 24, 2024
1 parent 90a64e7 commit a9d0b15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:
-p 5176:8000 \
surrealdb/surrealdb:latest start \
--user root --pass root
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- run: cargo test --verbose --all-features

0 comments on commit a9d0b15

Please sign in to comment.