Skip to content

Commit

Permalink
Only run tests on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Oct 9, 2024
1 parent da32e8c commit d0a307d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,12 @@ jobs:
- name: cargo check -p test_egui_extras_compilation
run: cargo check -p test_egui_extras_compilation

- name: Test doc-tests
run: cargo test --doc --all-features

- name: cargo doc --lib
run: cargo doc --lib --no-deps --all-features

- name: cargo doc --document-private-items
run: cargo doc --document-private-items --no-deps --all-features

- name: Test
run: cargo test --all-features

- name: clippy
run: cargo clippy --all-targets --all-features -- -D warnings

Expand Down Expand Up @@ -247,6 +241,9 @@ jobs:
# TODO: Enable --all-features (currently this breaks the rendering in the tests)
run: cargo test

- name: Run doc-tests
run: cargo test --doc --all-features

- name: Upload artifacts
uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit d0a307d

Please sign in to comment.