Skip to content

Commit

Permalink
More CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikDeSmedt committed Mar 6, 2024
1 parent fccd134 commit f6f98f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
toolchain: stable
- name: Create Sqlite database
uses: actions-rs/cargo@v1
args: sqlx
with:
command: install
args: sqlx
- run: make db
- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit f6f98f0

Please sign in to comment.