fix: add manual dispatch
All checks were successful
Rust CI Showcase / build (push) Successful in 1m19s

This commit is contained in:
Rakowskiii 2025-02-28 10:49:33 +01:00
parent 80a3e6e778
commit 4573bebccd

View File

@ -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