Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Jan 23, 2025
1 parent 242fa2e commit 993484e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
- name: Install latest stable Rust
run: rustup set profile default && rustup default stable && rustup update
- name: Build
run: cargo build --exclude aggligator-transport-bluer --features usb-host,raw-speed-cli,dump --all-targets --quiet
run: cargo build --workspace --exclude aggligator-transport-bluer --features usb-host,raw-speed-cli,dump --all-targets --quiet
- name: Run tests (debug)
run: cargo test --exclude aggligator-transport-bluer --quiet
run: cargo test --workspace --exclude aggligator-transport-bluer --quiet

build-msrv:
name: Build with minimum supported Rust versions
Expand Down

0 comments on commit 993484e

Please sign in to comment.