mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Was doing the compile twice.
This commit is contained in:
parent
973aa054ee
commit
477668fc22
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…
x
Reference in New Issue
Block a user