ci: fix CI
This commit is contained in:
parent
43d29a9db2
commit
46d842f1a8
1 changed files with 2 additions and 4 deletions
|
|
@ -20,13 +20,11 @@ jobs:
|
||||||
run: cargo clippy --all --features=rss -- -D warnings
|
run: cargo clippy --all --features=rss -- -D warnings
|
||||||
|
|
||||||
- name: 🧪 Test
|
- 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
|
- name: 💌 Upload test report
|
||||||
if: always()
|
if: always()
|
||||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: test
|
name: test
|
||||||
path: |
|
path: target/nextest/ci/junit.xml
|
||||||
target/nextest/ci/junit.xml
|
|
||||||
rustypipe_reports/*
|
|
||||||
|
|
|
||||||
Reference in a new issue