ci: fix CI

This commit is contained in:
ThetaDev 2024-06-16 02:38:00 +02:00
parent 8420c2f8db
commit 53829c543f
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6

View file

@ -20,13 +20,11 @@ jobs:
run: cargo clippy --all --features=rss -- -D warnings
- name: 🧪 Test
run: cargo nextest run --config-file ~/.config/nextest.toml --profile ci --features rss --workspace
run: cargo nextest run --config-file ~/.config/nextest.toml --profile ci --retries 2 --features rss --workspace
- name: 💌 Upload test report
if: always()
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
with:
name: test
path: |
target/nextest/ci/junit.xml
rustypipe_reports/*
path: target/nextest/ci/junit.xml