Skip to content

Commit

Permalink
chore: run e2e tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
antosdaniel committed Sep 10, 2023
1 parent 4d355a5 commit 3e00748
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ jobs:
- name: Build
run: go build -v ./...

- name: Test
- name: Tests
run: go test -v ./...

- name: E2E Tests
run: go test -tags=e2e_tests -v ./...

0 comments on commit 3e00748

Please sign in to comment.