fix(ci): do not run benches

This commit is contained in:
Loric ANDRE 2026-02-18 16:40:35 +01:00
parent 091c7e8284
commit 1b2da17e88
2 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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": {