Skip to content

Commit 36b1e41

Browse files
Update rust-library.yaml managed Github Workflow
1 parent eb611f6 commit 36b1e41

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rust-library.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111
env:
1212
CARGO_NET_GIT_FETCH_WITH_CLI: true
13+
CARGO_TERM_COLOR: always
1314
jobs:
1415
test:
1516
name: rust
@@ -34,6 +35,11 @@ jobs:
3435
- name: Cache
3536
uses: Swatinem/[email protected]
3637

38+
- name: nextest cache
39+
uses: taiki-e/install-action@v2
40+
with:
41+
tool: nextest
42+
3743
- name: CI Setup
3844
run: if [[ -f ci/setup.sh ]]; then ci/setup.sh; fi
3945

0 commit comments

Comments
 (0)