We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc9667 commit 55d64e7Copy full SHA for 55d64e7
.github/workflows/tests.yml
@@ -24,8 +24,6 @@ jobs:
24
run: cd integration-tests && cargo run --example integration-tests
25
- name: Market tests
26
run: cd market-contract && cargo test
27
- - name: NFT tests
28
- run: cd nft-contract && cargo test
29
- name: Contract Basics tests
30
run: cd nft-contract-basic && cargo test
31
- name: Events tests
0 commit comments