There was an error while loading. Please reload this page.
1 parent 48a8e67 commit 3b43be2Copy full SHA for 3b43be2
1 file changed
.github/workflows/bench.yaml
@@ -27,6 +27,10 @@ jobs:
27
- run: sqlx migrate run --source ./apalis-postgres/migrations --database-url $DATABASE_URL
28
- uses: actions/checkout@v4 # v4
29
- run: sqlite3 /tmp/test.db "create table foo (a int, b text)"
30
+
31
+ - run: git clone https://github.com/apalis-dev/apalis-sqlite.git
32
+ - run: sqlx migrate run --source ./apalis-sqlite/migrations --database-url /tmp/test.db
33
34
- uses: boa-dev/criterion-compare-action@v3
35
with:
36
branchName: ${{ github.base_ref }}
0 commit comments