Skip to content

Commit

Permalink
feat: changed to makefile command
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilmhdh committed Nov 25, 2024
1 parent 46aa5bf commit 60d06c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ jobs:
INFISICAL_UNIVERSAL_AUTH_CLIENT_ID: ${{ secrets.INFISICAL_UNIVERSAL_AUTH_CLIENT_ID }}
INFISICAL_UNIVERSAL_AUTH_CLIENT_SECRET: ${{ secrets.INFISICAL_UNIVERSAL_AUTH_CLIENT_SECRET }}
INFISICAL_TEST_ORG_ID: ${{ secrets.INFISICAL_TEST_ORG_ID }}
run: go test ./... -v $(TESTARGS) -timeout 120m
run: make testacc
timeout-minutes: 10
2 changes: 1 addition & 1 deletion internal/testacc/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func init() {
if v := os.Getenv(env); v != "" {
env_values = append(env_values, v)
} else {
log.Fatalf("%v must be set for acceptance tests", err)
log.Fatalf("%s must be set for acceptance tests", env)
}
}

Expand Down

0 comments on commit 60d06c9

Please sign in to comment.