Skip to content

Commit f5dbe12

Browse files
committed
update GHA to match new directory
1 parent cc09ef4 commit f5dbe12

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,11 @@ jobs:
6565
working-directory: ./dbos
6666
env:
6767
PGPASSWORD: a!b@c$d()e*_,/:;=?@ff[]22
68-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69+
70+
- name: Run CLI tests
71+
run: go vet ./... && gotestsum --format github-action -- -race -v -count=1 ./...
72+
working-directory: ./cmd/dbos
73+
env:
74+
PGPASSWORD: a!b@c$d()e*_,/:;=?@ff[]22
75+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)