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:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -20,9 +21,6 @@ jobs:
|
||||
rustc --version # Verify Rust is installed
|
||||
|
||||
- name: Run Tests
|
||||
env:
|
||||
API_TOKEN: ${{ secrets.API_KEY }}
|
||||
run: |
|
||||
echo "Building with SECRET_TOKEN=${API_KEY}"
|
||||
source $HOME/.cargo/env
|
||||
cargo test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user