mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Was doing the compile twice.
This commit is contained in:
parent
973aa054ee
commit
477668fc22
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue