Skip to content

Commit

Permalink
Don't run tests in release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Aug 21, 2024
1 parent 25c06b1 commit b161cbb
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 @@ -130,10 +130,10 @@ jobs:
echo "MUPDF_BIN=$(pwd)/mutool" >> $GITHUB_ENV
- name: Build
run: cargo build --release
run: cargo build

- name: Run tests
run: cargo test --release
run: cargo test

- name: Upload artifacts
if: failure()
Expand Down

0 comments on commit b161cbb

Please sign in to comment.