Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Prrromanssss committed Apr 21, 2024
1 parent 3c0bbb9 commit e042367
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ jobs:
version: v1.54
working-directory: backend
- name: Run tests
run: go test ./...
with:
working-directory: backend
run: cd backend && go test ./...

0 comments on commit e042367

Please sign in to comment.