Skip to content

Commit

Permalink
Change test path
Browse files Browse the repository at this point in the history
  • Loading branch information
GoneUp committed Feb 10, 2023
1 parent b597682 commit 3aec393
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,5 @@ jobs:
- name: test
timeout-minutes: 10
env:
TF_ACC: "1"

# Set whatever additional acceptance test env vars here. You can
# optionally use data from your repository secrets using the
# following syntax:
# SOME_VAR: ${{ secrets.SOME_VAR }}

run: |
go test -v -cover ./pingen
go test -v -cover ./

0 comments on commit 3aec393

Please sign in to comment.