Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Salzian authored Nov 23, 2023
2 parents 37897c8 + c89aaba commit 0e3ddc0
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
run: cargo build --all-targets --all-features

# 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 -- -D warnings
run: cargo clippy --all-targets --all-features -- -D warnings

0 comments on commit 0e3ddc0

Please sign in to comment.