mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
ci: separate test build and test run
https://matklad.github.io/2021/09/04/fast-rust-builds.html#CI-Workflow
This commit is contained in:
parent
4a447bca4f
commit
282f19d27c
1 changed files with 4 additions and 1 deletions
5
.github/workflows/check.yaml
vendored
5
.github/workflows/check.yaml
vendored
|
|
@ -111,7 +111,10 @@ jobs:
|
|||
with:
|
||||
shared-key: check
|
||||
|
||||
- name: Run tests on ${{ matrix.os }}
|
||||
- name: Build tests
|
||||
run: cargo nextest run --no-run --locked
|
||||
|
||||
- name: Run tests
|
||||
run: cargo nextest run
|
||||
|
||||
documentation:
|
||||
|
|
|
|||
Loading…
Reference in a new issue