diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94787d86..764b9a5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,11 +30,11 @@ jobs: mv ./pdfium-linux-x64/lib/libpdfium.so ./tests/pdfium - name: Build svg2pdf - run: cargo build --all --release + run: cargo build --all - name: Run tests id: tests - run: cargo test --release --workspace + run: cargo test --workspace - name: Upload artifacts if: failure()