wip: fix workflow
Some checks failed
Build Zenyx ⚡ / 🔧 Setup Environment (push) Successful in 38s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Failing after 2s
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 38s
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Failing after 2s
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
a2939485f8
commit
bf9b1f8952
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ jobs:
|
|||
|
||||
cargo-test:
|
||||
name: 🧪 Run Cargo Tests
|
||||
needs: setup
|
||||
needs: [setup]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 📥 Checkout source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue