Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
Signed-off-by: Janos <[email protected]>
  • Loading branch information
Janos committed Aug 27, 2024
1 parent 7deafad commit 9ce5762
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
uses: actions/setup-go@v5
with:
go-version-file: 'backend/go.mod'
- name: Run go generate
working-directory: backend
run: go generate ./...
- name: Run tests
working-directory: backend
run: |
Expand Down

0 comments on commit 9ce5762

Please sign in to comment.