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 9ecff08 commit 85793baCopy full SHA for 85793ba
.github/workflows/macos.yml
@@ -9,5 +9,7 @@ jobs:
9
10
steps:
11
- uses: actions/checkout@v1
12
- - name: Build
13
- run: cargo build --verbose
+ - uses: actions-rs/cargo@v1
+ with:
14
+ command: build
15
+ args: --release --all-features
0 commit comments