Skip to content

Commit

Permalink
CI: specify test location using --package dsp
Browse files Browse the repository at this point in the history
  • Loading branch information
matthuszagh committed Dec 4, 2020
1 parent 37ed219 commit 82ab07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,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
Expand Down

0 comments on commit 82ab07c

Please sign in to comment.