Do cargo build instead of cargo check so we test linking

This commit is contained in:
9names 2022-01-03 22:10:51 +11:00
parent f60828c9a4
commit 20954f2240

View file

@ -14,11 +14,11 @@ jobs:
profile: minimal
- uses: actions-rs/cargo@v1
with:
command: check
command: build
args: --workspace --examples
- uses: actions-rs/cargo@v1
with:
command: check
command: build
args: --workspace --examples --features eh1_0_alpha
- uses: actions-rs/cargo@v1
with: