We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc09ef4 commit f5dbe12Copy full SHA for f5dbe12
.github/workflows/tests.yml
@@ -65,4 +65,11 @@ jobs:
65
working-directory: ./dbos
66
env:
67
PGPASSWORD: a!b@c$d()e*_,/:;=?@ff[]22
68
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ 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
0 commit comments