File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 3535 - { os: macos-latest, arch: x64, name: "macOS x86_64" }
3636 steps :
3737 - uses : actions/checkout@v4
38+ with :
39+ submodules : true
3840
3941 - name : Set up Rust
4042 uses : actions-rust-lang/setup-rust-toolchain@v1
@@ -51,11 +53,17 @@ jobs:
5153 run : |
5254 choco install ninja
5355
54- - name : " 🚧 Dry-run publish and test"
56+ - name : " 🚧 cargo test"
5557 run : |
5658 cargo test && cargo publish -p unicorn-engine-sys --dry-run --target-dir ./build_uc --allow-dirty && \
5759 cargo publish -p unicorn-engine --dry-run --target-dir ./build_uc_sys --allow-dirty
5860
61+ - name : " 🚧 Dry-run publish"
62+ uses : actions/upload-artifact@v4
63+ run : |
64+ cargo test && cargo publish -p unicorn-engine-sys --dry-run --target-dir ./build_uc --allow-dirty && \
65+ cargo publish -p unicorn-engine --dry-run --target-dir ./build_uc_sys --allow-dirty
66+
5967 - name : " 🚧 Upload artifacts"
6068 uses : actions/upload-artifact@v4
6169 if : contains(matrix.config.os, 'ubuntu')
Original file line number Diff line number Diff line change 11target
22Cargo.lock
3- build_publish
3+ build_publish
4+ build_uc
5+ build_uc_sys
You can’t perform that action at this time.
0 commit comments