mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Let's try testing for "is not quadratic" condition
This commit is contained in:
parent
00cdbceb9d
commit
e012efca27
3 changed files with 100 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -76,7 +76,7 @@ jobs:
|
|||
run: cargo test --no-run --locked
|
||||
|
||||
- name: Test
|
||||
run: cargo test
|
||||
run: cargo test -- --nocapture
|
||||
|
||||
- name: Prepare cache
|
||||
run: cargo xtask pre-cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue