Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
override: true
- uses: Swatinem/rust-cache@v2
- name: Install test dependencies
run: cargo install cargo-nextest cargo-expand
run: |
cargo install cargo-nextest --locked
cargo install cargo-expand
- name: Run tests
run: cargo nextest run
- name: Run documentation tests
Expand Down
Loading