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
12 changes: 3 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: taiki-e/install-action@v2
with:
tool: [email protected]
- uses: taiki-e/install-action@nextest
- name: Run unit tests
run: cargo nextest run --all-features --workspace --locked -E '!kind(test)'

Expand All @@ -49,9 +47,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: taiki-e/install-action@v2
with:
tool: [email protected]
- uses: taiki-e/install-action@nextest
- name: Run integration tests
run: |
cargo nextest run --all-features --workspace --locked \
Expand All @@ -71,9 +67,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: taiki-e/install-action@v2
with:
tool: [email protected]
- uses: taiki-e/install-action@nextest
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Free up disk space
Expand Down