Skip to content

Commit

Permalink
Fix test path
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Venzi <[email protected]>
  • Loading branch information
samuelvenzi committed Feb 5, 2024
1 parent b29a0cb commit 63bffc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 63bffc2

Please sign in to comment.