Skip to content

Commit 4e7412e

Browse files
authored
fix: github actions
1 parent b4ac501 commit 4e7412e

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/tests.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)