Skip to content

Commit

Permalink
run go test directly
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Sep 7, 2023
1 parent 6798c33 commit ada3b0f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,4 @@ jobs:
with:
go-version: '1.21'
- name: Test
uses: n8maninger/action-golang-test@v1
env:
AWS_EC2_METADATA_DISABLED: true
with:
package: "./..."
args: "-race;-tags='testing';-timeout=30m"
run: go test -v -race -timeout=30m ./...

0 comments on commit ada3b0f

Please sign in to comment.