Skip to content

Commit

Permalink
Run NAT e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
tzununbekov committed Feb 15, 2024
1 parent b5ed407 commit 2de27ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

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

# - name: E2E NAT test
- name: E2E NAT test
run: go run mage.go -v TestE2ENAT

# create-release:
# name: Create Release
Expand Down

0 comments on commit 2de27ed

Please sign in to comment.