Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Dec 20, 2023
1 parent 647c36c commit 35b1115
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
with:
node-version: 18
- name: Build Backend
run: go build -v ./...
run: |
go generate ./...
go build -v ./...
- name: Test Backend
run: go test -v -coverprofile=coverage.cov -coverpkg ./... -covermode=atomic ./...
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 35b1115

Please sign in to comment.