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

This commit is contained in:
Rakowskiii 2025-02-27 16:55:07 +01:00
parent 86f6527af8
commit bc926cb170

View File

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