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