Skip to content

Commit aa13040

Browse files
committed
leave out changes
1 parent 8c54418 commit aa13040

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/crate-publishing.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ jobs:
5555
5656
- name: "🚧 cargo test"
5757
run: |
58-
cargo test && cargo publish -p unicorn-engine-sys --dry-run --target-dir ./build_uc --allow-dirty && \
59-
cargo publish -p unicorn-engine --dry-run --target-dir ./build_uc_sys --allow-dirty
58+
cargo test
6059
6160
- name: "🚧 Dry-run publish"
6261
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)