Skip to content

Commit 5fdc93c

Browse files
author
Ioannis Giagkiozis
committed
github workflows update
1 parent 3d06377 commit 5fdc93c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: build_linux
1919
run: cargo build --all-features --verbose
2020
- name: Run tests
21-
run: cargo test --workspace --verbose
21+
run: cargo test --all-features --release --verbose
2222

2323
build_windows:
2424
runs-on: windows-latest
@@ -28,7 +28,7 @@ jobs:
2828
- name: build_windows
2929
run: cargo build --all-features --verbose
3030
- name: Run tests
31-
run: cargo test --workspace --verbose
31+
run: cargo test --all-features --release --verbose
3232

3333
build_macos:
3434
runs-on: macos-latest
@@ -38,4 +38,4 @@ jobs:
3838
- name: build_macos
3939
run: cargo build --all-features --verbose
4040
- name: Run tests
41-
run: cargo test --workspace --verbose
41+
run: cargo test --all-features --release --verbose

0 commit comments

Comments
 (0)