From 477668fc223136064f8af48af1125380f98bfc65 Mon Sep 17 00:00:00 2001 From: Giles Cope Date: Thu, 9 Jan 2020 20:38:26 +0000 Subject: Was doing the compile twice. --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/release.yaml') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 278f5a586..75c2f41ae 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -name: CI +name: CI-Release on: pull_request: push: @@ -70,6 +70,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: test + args: --release - name: Prepare cache run: cargo xtask pre-cache -- cgit v1.2.3