]> git.lizzy.rs Git - rust.git/commitdiff
Was doing the compile twice.
authorGiles Cope <gilescope@gmail.com>
Thu, 9 Jan 2020 20:38:26 +0000 (20:38 +0000)
committerGiles Cope <gilescope@gmail.com>
Thu, 9 Jan 2020 20:38:26 +0000 (20:38 +0000)
.github/workflows/release.yaml

index 278f5a5867587a30f55316c441b2daa870373417..75c2f41ae76af96a1f57575aa2d667a3b24a1369 100644 (file)
@@ -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