Skip to content

Commit

Permalink
Updated go test command
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanurp committed Jan 20, 2025
1 parent 6bbb101 commit f41aa37
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 @@ -64,4 +64,4 @@ jobs:
uses: jfrog/.github/actions/install-go-with-cache@main

- name: Tests
run: go test -v github.com/bhanurp/jfrog-cli-artifactory/tests -timeout 0 -race
run: go test -v -race -cover ./...
2 changes: 1 addition & 1 deletion tests/jfrogcliartifactory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
CoreIntegrationTests = "github.com/bhanurp/jfrog-cli-artifactory/tests"
CoreIntegrationTests = "github.com/jfrog/jfrog-cli-artifactory/tests"
)

func init() {
Expand Down

0 comments on commit f41aa37

Please sign in to comment.