From 562acd61007af20736e7ddfeeb5f962c035c5753 Mon Sep 17 00:00:00 2001 From: Luc Georges Date: Mon, 30 Oct 2023 09:19:25 +0100 Subject: [PATCH] fix(ci): specify bin to run --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 70fd47b..473575f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}