We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5959c6 commit 617f1afCopy full SHA for 617f1af
.github/workflows/test.yml
@@ -15,5 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
18
+ - name: Install deps
19
+ run: sudo apt update -y && sudo apt install -y libsqlite3-dev
20
- name: Run tests
21
run: cargo test --verbose
0 commit comments