diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cdfea3b..3ae827e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,4 +28,4 @@ jobs: run: go test github.com/hyperledger-labs/cc-tools-demo/chaincode -coverpkg=./... -v - name: Integration tests - run: go test -v ./chaincode/tests + run: go test -v ./tests