diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ab8039bae..549c3d012d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: go-version: ${{ matrix.go }} - run: go mod download shell: bash - - run: go test github.com/ava-labs/subnet-evm/plugin/evm/... + - run: go test ./plugin/evm/... shell: bash - - run: go test github.com/ava-labs/subnet-evm/precompile/... + - run: go test ./precompile/... shell: bash