aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
authorGiles Cope <[email protected]>2020-01-09 20:38:26 +0000
committerGiles Cope <[email protected]>2020-01-09 20:38:26 +0000
commit477668fc223136064f8af48af1125380f98bfc65 (patch)
treed42cfc09638281c19dd338908d3b9ce24eb4e567 /.github/workflows/release.yaml
parent973aa054ee0fe229786415de2d46bba195f6c148 (diff)
Was doing the compile twice.
Diffstat (limited to '.github/workflows/release.yaml')
-rw-r--r--.github/workflows/release.yaml3
1 files changed, 2 insertions, 1 deletions
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 @@
1name: CI 1name: CI-Release
2on: 2on:
3 pull_request: 3 pull_request:
4 push: 4 push:
@@ -70,6 +70,7 @@ jobs:
70 uses: actions-rs/cargo@v1 70 uses: actions-rs/cargo@v1
71 with: 71 with:
72 command: test 72 command: test
73 args: --release
73 74
74 - name: Prepare cache 75 - name: Prepare cache
75 run: cargo xtask pre-cache 76 run: cargo xtask pre-cache