Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez authored Apr 30, 2024
1 parent 4e7412e commit ef14c51
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
run: cd integration-tests && cargo run --example integration-tests
- name: Run unit tests
run: >
cd market-contract && cargo test
cd ../nft-contract && cargo test
cd ../nft-contract-approval && cargo test
cd ../nft-contract-basic && cargo test
cd ../nft-contract-events && cargo test
cd ../nft-contract-royalty && cargo test
cd ../nft-contract-skeleton && cargo test
cd market-contract && cargo test &&
cd ../nft-contract && cargo test &&
cd ../nft-contract-approval && cargo test &&
cd ../nft-contract-basic && cargo test &&
cd ../nft-contract-events && cargo test &&
cd ../nft-contract-royalty && cargo test &&
cd ../nft-contract-skeleton && cargo test &&
cd ../nft-series && cargo test

0 comments on commit ef14c51

Please sign in to comment.