Skip to content

Commit 94987b8

Browse files
committed
ci: add production mode tests to CI workflow
1 parent 6f655fb commit 94987b8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ jobs:
8282

8383
- name: Run tests
8484
run: cargo test --locked
85+
86+
- name: Run tests in production mode
87+
run: cargo test --locked --release
8588

8689
- name: Build debug binary
8790
run: cargo build --locked

0 commit comments

Comments
 (0)