Skip to content

Commit

Permalink
Remove integration tests from automatic process
Browse files Browse the repository at this point in the history
  • Loading branch information
tnederlof committed Apr 5, 2023
1 parent cfc8748 commit 1bf8c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
cache: true
- name: Build
run: go build -v ./...
- name: Test (Unit + Integration Tests)
run: RSW_LICENSE=${{secrets.RSW_LICENSE}} go test -v -timeout 30m ./...
- name: Test (Unit Only)
run: go test -v ./... -short
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
Expand Down

0 comments on commit 1bf8c69

Please sign in to comment.