Skip to content

Commit

Permalink
ci(test): setup rust cache (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 authored Nov 24, 2024
1 parent 156bcf5 commit b63a0ac
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 @@ -19,4 +19,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 b63a0ac

Please sign in to comment.