mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -105,11 +105,10 @@ jobs:
|
||||
- name: Cache rust cargo artifacts
|
||||
uses: swatinem/rust-cache@v2
|
||||
|
||||
# Version is pinned due to bug <https://github.com/nextest-rs/nextest/issues/1493> in nextest 0.9.70
|
||||
- name: Install nextest
|
||||
uses: taiki-e/install-action@v2
|
||||
with:
|
||||
tool: nextest@0.9.67
|
||||
tool: nextest
|
||||
|
||||
- name: Tests
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user