Skip to content

Commit

Permalink
New setup for sqlite flags
Browse files Browse the repository at this point in the history
Duplicated while bisecting
  • Loading branch information
timabell committed Jan 30, 2024
1 parent c28d48a commit e618142
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
- name: Install dependencies
run: go get .

- name: Setup - sqlite
working-directory: sqlite
run: ./setup.sh

- name: Test - sqlite flags
run: |
pushd .
Expand Down

0 comments on commit e618142

Please sign in to comment.