Skip to content

Commit

Permalink
Run basic e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
tzununbekov committed Feb 15, 2024
1 parent 71d8693 commit 5f117bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ jobs:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

# - name: E2E basic test
- name: E2E basic test
run: |
go run mage.go -v TestE2EBasic
# - name: E2E NAT test

# create-release:
Expand Down

0 comments on commit 5f117bb

Please sign in to comment.