Skip to content

Commit

Permalink
Pass --bins flag so cargo won't rebuild the examples when running them
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 committed Oct 31, 2023
1 parent 96d7b7f commit c86410a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build examples
run: |
cd examples
cargo build --verbose
cargo build --bins --verbose
linux_stable:
runs-on: ubuntu-latest
steps:
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Build examples
run: |
cd examples
cargo build --verbose
cargo build --bins --verbose
macos_stable:
runs-on: macos-latest
steps:
Expand All @@ -50,4 +50,4 @@ jobs:
- name: Build examples
run: |
cd examples
cargo build --verbose
cargo build --bins --verbose

0 comments on commit c86410a

Please sign in to comment.