Skip to content

Commit

Permalink
Swictched to release build
Browse files Browse the repository at this point in the history
  • Loading branch information
Benji377 committed Sep 22, 2024
1 parent fb32b6a commit 2708d39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
ls -la $HOME # Verify the user directories
- name: Build
run: cargo build --verbose
run: cargo build --verbose --release

- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --release
env:
IGNORE_PANICS: true

0 comments on commit 2708d39

Please sign in to comment.