Skip to content

Commit

Permalink
Merge pull request #756 from redpanda-data/backend_add_integration_ta…
Browse files Browse the repository at this point in the history
…g_github_workflow

backend: add integration tag to verify github workflow
  • Loading branch information
bojand authored Jul 6, 2023
2 parents e79376d + 4832792 commit af25048
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 af25048

Please sign in to comment.