Skip to content

Commit

Permalink
Disable Mac on the CI. I can't get it work for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Oct 22, 2024
1 parent de19664 commit 6deff63
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ jobs:
- name: Build
run: cargo build --all-features
- name: Run tests
run: DYLD_FRAMEWORK_PATH=$Qt5_DIR/lib cargo test --all-features
run: cargo test --all-features
shell: bash


# Qt6 is in a different job right now because it does not have many modules and most example don't compile
qt6:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest]
ver: [6.2.0, 6.5.0]
env:
QT_QPA_PLATFORM: offscreen
Expand All @@ -65,9 +65,9 @@ jobs:
cache: true
- name: Test
run: |
DYLD_FRAMEWORK_PATH=$Qt5_DIR/lib cargo test --manifest-path qttypes/Cargo.toml
DYLD_FRAMEWORK_PATH=$Qt5_DIR/lib cargo test --manifest-path qmetaobject_impl/Cargo.toml
DYLD_FRAMEWORK_PATH=$Qt5_DIR/lib cargo test --manifest-path qmetaobject/Cargo.toml
cargo test --manifest-path qttypes/Cargo.toml
cargo test --manifest-path qmetaobject_impl/Cargo.toml
cargo test --manifest-path qmetaobject/Cargo.toml
no_qt:
Expand Down

0 comments on commit 6deff63

Please sign in to comment.