Skip to content
Draft
Show file tree
Hide file tree
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
5 changes: 0 additions & 5 deletions .config/nextest.toml

This file was deleted.

15 changes: 2 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,15 @@ jobs:

name: Test using Rust stable on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
permissions:
id-token: write # required by `getsentry/prevent-action`

steps:
- name: Checkout sources
uses: actions/checkout@v4

- uses: Swatinem/rust-cache@v2

- uses: taiki-e/install-action@nextest

- name: Run tests with nextest
run: cargo nextest run --profile ci --all-features --all-targets

- name: Upload test results to Sentry Prevent
if: ${{ !cancelled() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) }}
uses: getsentry/prevent-action@v0
with:
files: target/nextest/ci/junit.xml
disable_search: true
- name: Run cargo test
run: cargo test --workspace --all-features --all-targets

MSRV:
strategy:
Expand Down