Skip to content

Commit

Permalink
backend: add integration tag to verify github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Jul 5, 2023
1 parent b73d066 commit 4832792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
working-directory: backend

- name: test
run: go test -race ./...
run: go test -race --tags=integration ./...
working-directory: backend

0 comments on commit 4832792

Please sign in to comment.