From 8b9028d97f5c46033a683aada8d1ad14a158ce8c Mon Sep 17 00:00:00 2001 From: 9names <60134748+9names@users.noreply.github.com> Date: Mon, 3 Jan 2022 22:11:26 +1100 Subject: [PATCH] Do release builds for examples as well --- .github/workflows/build_and_test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 7674ff1..8c7b999 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -24,6 +24,14 @@ jobs: with: command: build 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 with: command: test