ci: fix errors

This commit is contained in:
2025-03-20 14:54:40 +02:00
parent d2cce4b6c0
commit 956ea4e410
3 changed files with 4 additions and 4 deletions

View File

@@ -28,8 +28,6 @@ jobs:
- name: Run tests
run: |
cargo test --locked --workspace --all-features --all-targets
# Workaround for https://github.com/rust-lang/cargo/issues/6669
cargo test --locked --workspace --all-features --doc
# Run clippy lints.
clippy:
name: Clippy

View File

@@ -60,8 +60,6 @@ jobs:
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4