Skip to content

Commit

Permalink
Don't run CI tests in release mode (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV authored Jun 26, 2024
1 parent 39f8ad3 commit 6c715cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6c715cd

Please sign in to comment.