Skip to content

Commit

Permalink
fix(CI): Fix move tests workflow and add additional tests that use ex…
Browse files Browse the repository at this point in the history
…amples (#4429)

* fix(CI): Fix move tests workflow and add additional tests that use examples

* dprint

* run all framework tests

* rename example mods to move_tests

* revert iota-framework-tests changes

---------

Co-authored-by: Thibault Martinez <[email protected]>
  • Loading branch information
DaughterOfMars and thibault-martinez authored Dec 19, 2024
1 parent 1bd64f9 commit 12eacd9
Show file tree
Hide file tree
Showing 7 changed files with 949 additions and 894 deletions.
22 changes: 21 additions & 1 deletion .github/workflows/_move_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,24 @@ jobs:
tool: nextest
- name: Run move tests
run: |
cargo nextest run -p iota-framework-tests -- unit_tests::
cargo nextest run -E
'package(iota-framework-tests)
or (package(iota-core) and test(quorum_driver::))
or package(iota-benchmark)
or test(move_tests::)'
move-simtest:
timeout-minutes: 10
runs-on: [self-hosted]
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: taiki-e/install-action@375e0c7f08a66b8c2ba7e7eef31a6f91043a81b0 # v2.44.38
with:
tool: nextest
- name: Run move tests
run: |
scripts/simtest/cargo-simtest simtest --profile ci -E
'package(iota-framework-tests)
or (package(iota-core) and test(quorum_driver::))
or package(iota-benchmark)
or test(move_tests::)'
Loading

0 comments on commit 12eacd9

Please sign in to comment.