Update .github/workflows/test.yml
Some checks failed
Compile Rust Code on Release / lint&test (push) Failing after 2m18s

This commit is contained in:
semubico 2025-07-11 17:36:57 +02:00
parent 0f88f5a537
commit a3c1ecf4e6

View file

@ -11,14 +11,9 @@ jobs:
- run: apk add curl gcc rustup cargo rust
- run: cargo check
- run: cargo test
- run: cargo build --release
- name: Package Artifacts
run: |
mkdir -p artifacts
cp target/release/wololo artifacts/
- run: cargo build --release
- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
name: rust-release-artifacts
path: artifacts/
name: wololo-app
path: target/release/wololo