Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Running e2e tests with go test package notation (#78)
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Patierno <[email protected]>
  • Loading branch information
ppatierno authored Aug 27, 2021
1 parent b2269f2 commit 26093d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ jobs:

- name: Test
run: |
cd test/
go test --tags=e2e
go test ./test/... --tags=e2e

0 comments on commit 26093d4

Please sign in to comment.