fix: runner
Some checks failed
Rust CI Showcase / build (push) Failing after 30s

This commit is contained in:
Rakowskiii 2025-02-27 16:54:00 +01:00
parent 7a29305f6f
commit 86f6527af8

View File

@ -19,17 +19,11 @@ jobs:
source $HOME/.cargo/env
rustc --version # Verify Rust is installed
- name: Build Rust Project
run: |
source $HOME/.cargo/env
cargo build --release
- name: Inject Secret
env:
SECRET_TOKEN: ${{ secrets.MY_SECRET }}
run: |
echo "Building with SECRET_TOKEN=${SECRET_TOKEN}"
cargo build --release
- name: Run Tests
run: cargo test