Speedup CI using cargo-nextest

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-06-10 22:55:11 +10:00
parent 2e80eeef97
commit a4cff680b0
No known key found for this signature in database
GPG key ID: 76D1E687CA3C4928
2 changed files with 4 additions and 1 deletions

View file

@ -57,6 +57,8 @@ jobs:
# just-setup use binstall to install sccache,
# which works better when we provide it with GITHUB_TOKEN.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tools: cargo-nextest
- run: just test
env: