We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c54418 commit aa13040Copy full SHA for aa13040
.github/workflows/crate-publishing.yml
@@ -55,8 +55,7 @@ jobs:
55
56
- name: "🚧 cargo test"
57
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
+ cargo test
60
61
- name: "🚧 Dry-run publish"
62
uses: actions/upload-artifact@v4
0 commit comments