We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f8ad3 commit 6c715cdCopy full SHA for 6c715cd
1 file changed
.github/workflows/ci.yml
@@ -30,11 +30,11 @@ jobs:
30
mv ./pdfium-linux-x64/lib/libpdfium.so ./tests/pdfium
31
32
- name: Build svg2pdf
33
- run: cargo build --all --release
+ run: cargo build --all
34
35
- name: Run tests
36
id: tests
37
- run: cargo test --release --workspace
+ run: cargo test --workspace
38
39
- name: Upload artifacts
40
if: failure()
0 commit comments