fix(ci): warn instead of failing no tests (#12893)

This commit is contained in:
Hai | RISE
2024-11-27 14:50:32 +07:00
committed by GitHub
parent 02f3427dae
commit 6b3c7c651e

View File

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