Skip to content

Commit 40b7ea2

Browse files
committed
ci: build migrations & Run go vet
1 parent 3474778 commit 40b7ea2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
fi
3737
3838
- name: Run go vet
39-
working-directory: ./server
39+
working-directory: ./
4040
run: go vet ./...
4141

4242
- name: Build API
43-
working-directory: ./server
43+
working-directory: ./
4444
run: go build -tags sqlite ./cmd/api
4545

4646
- name: Build Migrations
47-
working-directory: ./server
47+
working-directory: ./
4848
run: go build -tags sqlite ./cmd/migrate/migrations

0 commit comments

Comments
 (0)