Skip to content

Commit

Permalink
Run CI only on lib and examples code
Browse files Browse the repository at this point in the history
  • Loading branch information
Salzian committed Nov 23, 2023
1 parent c89aaba commit fdbe187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: ./.github/actions/setup-cache-action

- name: Compile project
run: cargo build --all-targets --all-features
run: cargo build --all-features --lib --examples

# This job is currently disabled because it requires the FMOD libraries to be present.
# We will revisit this once we actually have any tests.
Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
uses: ./.github/actions/setup-cache-action

- name: Lint with clippy
run: cargo clippy --all-targets --all-features -- -D warnings
run: cargo clippy --all-targets --lib --examples -- -D warnings

0 comments on commit fdbe187

Please sign in to comment.