Skip to content

Commit f3505a5

Browse files
authored
Run release build instead
1 parent a56b78c commit f3505a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run Cargo project in 'example' directory
4444
run: |
4545
cd example
46-
cargo run build
46+
cargo --release run build
4747
4848
- name: Deploy docs to GitHub Pages
4949
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)