We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d06377 commit 5fdc93cCopy full SHA for 5fdc93c
.github/workflows/release_ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: build_linux
19
run: cargo build --all-features --verbose
20
- name: Run tests
21
- run: cargo test --workspace --verbose
+ run: cargo test --all-features --release --verbose
22
23
build_windows:
24
runs-on: windows-latest
@@ -28,7 +28,7 @@ jobs:
28
- name: build_windows
29
30
31
32
33
build_macos:
34
runs-on: macos-latest
@@ -38,4 +38,4 @@ jobs:
38
- name: build_macos
39
40
41
0 commit comments