Was doing the compile twice.

This commit is contained in:
Giles Cope 2020-01-09 20:38:26 +00:00
parent 973aa054ee
commit 477668fc22

View File

@ -1,4 +1,4 @@
name: CI name: CI-Release
on: on:
pull_request: pull_request:
push: push:
@ -70,6 +70,7 @@ jobs:
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: test command: test
args: --release
- name: Prepare cache - name: Prepare cache
run: cargo xtask pre-cache run: cargo xtask pre-cache