From 28ba3b4e010f7b0abd84059aa0f4596ad183c542 Mon Sep 17 00:00:00 2001 From: Juan Aguilar Santillana Date: Wed, 16 Jun 2021 03:02:55 +0200 Subject: [PATCH] Add github CI test in release --- .github/workflows/linux.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a926aac2..9964256f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -53,6 +53,13 @@ jobs: command: test args: --all --all-features --no-fail-fast -- --nocapture + - name: Run tests in release + uses: actions-rs/cargo@v1 + timeout-minutes: 40 + with: + command: test + args: -p yarte --all-features --release + - name: Install cargo-cache continue-on-error: true run: |