diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 02e2874..e695d65 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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