fix: add manual dispatch
All checks were successful
Rust CI Showcase / build (push) Successful in 1m19s
All checks were successful
Rust CI Showcase / build (push) Successful in 1m19s
This commit is contained in:
parent
80a3e6e778
commit
4573bebccd
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -20,9 +21,6 @@ jobs:
|
|||||||
rustc --version # Verify Rust is installed
|
rustc --version # Verify Rust is installed
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
env:
|
|
||||||
API_TOKEN: ${{ secrets.API_KEY }}
|
|
||||||
run: |
|
run: |
|
||||||
echo "Building with SECRET_TOKEN=${API_KEY}"
|
|
||||||
source $HOME/.cargo/env
|
source $HOME/.cargo/env
|
||||||
cargo test
|
cargo test
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user