fix(ci): use actions-rs/cargo@v1 for cargo
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 39s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Failing after 1s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Has been skipped
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 39s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Failing after 1s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Has been skipped
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Has been skipped
This commit is contained in:
parent
729ff93b3b
commit
332c9303e0
1 changed files with 8 additions and 2 deletions
|
@ -61,7 +61,10 @@ jobs:
|
|||
cargo-
|
||||
|
||||
- name: 🚀 Run tests
|
||||
run: cargo test --release
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
run: --release
|
||||
|
||||
build:
|
||||
name: 🏗️ Build ${{ matrix.target }}
|
||||
|
@ -121,7 +124,10 @@ jobs:
|
|||
cargo-
|
||||
|
||||
- name: 🚀 Build release binary
|
||||
run: cargo zigbuild --target ${{ matrix.target }} --release
|
||||
- uses: https://github.com/actions-rs/cargo@v1
|
||||
with:
|
||||
command: zigbuild
|
||||
run: --target ${{ matrix.target }} --release
|
||||
|
||||
- name: 📦 Package artifact
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue