Skip to content

Commit 6c715cd

Browse files
authored
Don't run CI tests in release mode (#77)
1 parent 39f8ad3 commit 6c715cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
mv ./pdfium-linux-x64/lib/libpdfium.so ./tests/pdfium
3131
3232
- name: Build svg2pdf
33-
run: cargo build --all --release
33+
run: cargo build --all
3434

3535
- name: Run tests
3636
id: tests
37-
run: cargo test --release --workspace
37+
run: cargo test --workspace
3838

3939
- name: Upload artifacts
4040
if: failure()

0 commit comments

Comments
 (0)