From 1b02f558f660cbe4d9df0ae144b08907e06e9333 Mon Sep 17 00:00:00 2001 From: Matt Huszagh Date: Fri, 4 Dec 2020 08:13:02 -0800 Subject: [PATCH] CI: specify test location using --package dsp --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 253a307..6c7b0e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: --manifest-path dsp/Cargo.toml --target=x86_64-unknown-linux-gnu + args: --package dsp --target=x86_64-unknown-linux-gnu # Tell bors about it # https://github.com/rtic-rs/cortex-m-rtic/blob/8a4f9c6b8ae91bebeea0791680f89375a78bffc6/.github/workflows/build.yml#L566-L603