aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-20 01:48:42 +0000
committerGitHub2021-06-20 01:48:42 +0000
commit4b7276ddd64c440b1886d11520c45a8bcd05608b (patch)
tree8b6a34f3be0bdbe20424dde917582bfc28179d40 /.github/workflows
parent4f108ab1b2197809506bd7305ad903a3525eabfa (diff)
ci: Test with --release on releases
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7d6ffd43..afb9a7b0 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
- args: --locked
+ args: --release --locked
- name: Build release binary
uses: actions-rs/cargo@v1