Skip to content

Commit

Permalink
Fixing test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Nov 14, 2023
1 parent 56018f4 commit 1e5f06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Unit Tests
run: go test -v ./stmt
- name: Build with all drivers
run: ./build.sh -t all
run: ./build.sh -b -t all
- name: Shell Tests
run: go run testcli.go

0 comments on commit 1e5f06e

Please sign in to comment.