This commit is contained in:
parent
86f6527af8
commit
bc926cb170
@ -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
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user