mirror of https://github.com/helix-editor/helix
ci: Test with --release on releases
parent
4f108ab1b2
commit
4b7276ddd6
|
@ -68,7 +68,7 @@ jobs:
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
args: --locked
|
args: --release --locked
|
||||||
|
|
||||||
- name: Build release binary
|
- name: Build release binary
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
|
|
Loading…
Reference in New Issue