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

This commit is contained in:
Chance 2025-04-20 20:11:23 -04:00
parent a2939485f8
commit bf9b1f8952
Signed by: caznix
GPG key ID: 489D213143D753FD

View file

@ -43,7 +43,7 @@ jobs:
cargo-test:
name: 🧪 Run Cargo Tests
needs: setup
needs: [setup]
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout source