File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 run : cd integration-tests && cargo run --example integration-tests
2525 - name : Run unit tests
2626 run : >
27- cd market-contract && cargo test
28- cd ../nft-contract && cargo test
29- cd ../nft-contract-approval && cargo test
30- cd ../nft-contract-basic && cargo test
31- cd ../nft-contract-events && cargo test
32- cd ../nft-contract-royalty && cargo test
33- cd ../nft-contract-skeleton && cargo test
27+ cd market-contract && cargo test &&
28+ cd ../nft-contract && cargo test &&
29+ cd ../nft-contract-approval && cargo test &&
30+ cd ../nft-contract-basic && cargo test &&
31+ cd ../nft-contract-events && cargo test &&
32+ cd ../nft-contract-royalty && cargo test &&
33+ cd ../nft-contract-skeleton && cargo test &&
3434 cd ../nft-series && cargo test
You can’t perform that action at this time.
0 commit comments