Do release builds for examples as well

This commit is contained in:
9names 2022-01-03 22:11:26 +11:00
parent 20954f2240
commit 8b9028d97f

View file

@ -24,6 +24,14 @@ jobs:
with: with:
command: build command: build
args: --workspace args: --workspace
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --workspace --examples
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --workspace --examples --features eh1_0_alpha
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: test command: test