Skip to content

Commit

Permalink
Run SQLite integration test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Nov 19, 2023
1 parent fefe97f commit ce2818f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@ jobs:
- name: Run test suite
run: sh xp-run xp.unittest.TestRunner src/test/php

- name: SQLite integration test suite
run: >
export SQLITE_DSN=sqlite://./unittest.db
sh xp-run xp.unittest.TestRunner src/it/php

0 comments on commit ce2818f

Please sign in to comment.