Skip to content

Commit

Permalink
fix: Ensure all unit tests are run by github action
Browse files Browse the repository at this point in the history
  • Loading branch information
johan1252 committed Jul 18, 2024
1 parent bca02ac commit 97a3ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: Run Unit Test
run: |
cd main/conformity
TF_ACC=1 go test -v
TF_ACC=1 go test -v ./...
cd ../../
-
name: Clone the provider pipeline
Expand Down

0 comments on commit 97a3ea4

Please sign in to comment.