Skip to content

Commit

Permalink
Remove build of examples from CI
Browse files Browse the repository at this point in the history
The examples are built automatically by cargo test
  • Loading branch information
Johannesd3 committed Apr 10, 2021
1 parent 25acf26 commit 0ba6f14
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ jobs:
- name: Install developer package dependencies
run: sudo apt-get update && sudo apt-get install libpulse-dev portaudio19-dev libasound2-dev libsdl2-dev gstreamer1.0-dev libgstreamer-plugins-base1.0-dev libavahi-compat-libdnssd-dev

- run: cargo build --workspace --examples
- run: cargo test --workspace

- run: cargo install cargo-hack
- run: cargo hack --workspace --remove-dev-deps
- run: cargo build -p librespot-core --no-default-features
Expand Down Expand Up @@ -139,9 +137,7 @@ jobs:
target
key: ${{ runner.os }}-${{ steps.get-rustc-version.outputs.version }}-${{ hashFiles('**/Cargo.lock') }}

- run: cargo build --workspace --examples
- run: cargo test --workspace

- run: cargo install cargo-hack
- run: cargo hack --workspace --remove-dev-deps
- run: cargo build --no-default-features
Expand Down

0 comments on commit 0ba6f14

Please sign in to comment.