Skip to content

Commit

Permalink
fix(ci): specify bin to run
Browse files Browse the repository at this point in the history
  • Loading branch information
McPatate committed Oct 30, 2023
1 parent 1247f9a commit 562acd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: cargo build

- name: Run testbed
run: cargo run -- --api-token $API_TOKEN
run: cargo run --bin testbed -- --api-token $API_TOKEN
env:
API_TOKEN: ${{ secrets.API_TOKEN }}

Expand Down

0 comments on commit 562acd6

Please sign in to comment.