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 3474778 commit 40b7ea2Copy full SHA for 40b7ea2
.github/workflows/go-ci.yml
@@ -36,13 +36,13 @@ jobs:
36
fi
37
38
- name: Run go vet
39
- working-directory: ./server
+ working-directory: ./
40
run: go vet ./...
41
42
- name: Build API
43
44
run: go build -tags sqlite ./cmd/api
45
46
- name: Build Migrations
47
48
run: go build -tags sqlite ./cmd/migrate/migrations
0 commit comments