mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(ci): warn instead of failing no tests (#12893)
This commit is contained in:
3
.github/workflows/unit.yml
vendored
3
.github/workflows/unit.yml
vendored
@ -61,7 +61,8 @@ jobs:
|
||||
- name: Run tests
|
||||
run: |
|
||||
cargo nextest run \
|
||||
${{ matrix.args }} --workspace --exclude ef-tests \
|
||||
${{ matrix.args }} --workspace \
|
||||
--exclude ef-tests --no-tests=warn \
|
||||
--partition hash:${{ matrix.partition }}/2 \
|
||||
-E "!kind(test)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user