Skip to content

Commit

Permalink
Add CometMock job to automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Aug 3, 2023
1 parent e9f0d05 commit e84cb5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ jobs:
run: go test ./...
- name: E2E tests
run: make test-e2e-short
- name: E2E tests with CometMock
run: make test-e2e-short

0 comments on commit e84cb5d

Please sign in to comment.