Skip to content

Commit

Permalink
build and test in release mode in the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
glehmann committed Jan 23, 2024
1 parent 3a55c13 commit 2fc8248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build
run: cargo build --release
- name: Run tests
run: cargo test
run: cargo test --release

0 comments on commit 2fc8248

Please sign in to comment.