diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8578062d..73b901c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,7 +60,8 @@ jobs: - name: Run doctests run: cargo test --doc - name: Run tests - run: cargo llvm-cov nextest --release --features test-utils --all-targets --codecov --output-path codecov.json + # Do not use `--all-targets` to avoid running benches + run: cargo llvm-cov nextest --release --features test-utils --bins --lib --examples --tests --codecov --output-path codecov.json env: LC_ALL: en_US.UTF-8 TERM: xterm-256color diff --git a/flake.lock b/flake.lock index 415a7503..f276e28b 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1769170682, - "narHash": "sha256-oMmN1lVQU0F0W2k6OI3bgdzp2YOHWYUAw79qzDSjenU=", + "lastModified": 1771008912, + "narHash": "sha256-gf2AmWVTs8lEq7z/3ZAsgnZDhWIckkb+ZnAo5RzSxJg=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c5296fdd05cfa2c187990dd909864da9658df755", + "rev": "a82ccc39b39b621151d6732718e3e250109076fa", "type": "github" }, "original": {