diff options
-rw-r--r-- | .github/workflows/release.yaml | 3 |
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 @@ | |||
1 | name: CI | 1 | name: CI-Release |
2 | on: | 2 | on: |
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 |