File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ jobs:
38
38
- name : Build
39
39
run : cargo build --all-features
40
40
- name : Run tests
41
- run : DYLD_FRAMEWORK_PATH=$Qt5_DIR/lib cargo test --all-features
41
+ run : cargo test --all-features
42
42
shell : bash
43
43
44
44
45
45
# Qt6 is in a different job right now because it does not have many modules and most example don't compile
46
46
qt6 :
47
47
strategy :
48
48
matrix :
49
- os : [ubuntu-latest, windows-latest, macos-latest ]
49
+ os : [ubuntu-latest, windows-latest]
50
50
ver : [6.2.0, 6.5.0]
51
51
env :
52
52
QT_QPA_PLATFORM : offscreen
65
65
cache : true
66
66
- name : Test
67
67
run : |
68
- DYLD_FRAMEWORK_PATH=$Qt5_DIR/lib cargo test --manifest-path qttypes/Cargo.toml
69
- DYLD_FRAMEWORK_PATH=$Qt5_DIR/lib cargo test --manifest-path qmetaobject_impl/Cargo.toml
70
- DYLD_FRAMEWORK_PATH=$Qt5_DIR/lib cargo test --manifest-path qmetaobject/Cargo.toml
68
+ cargo test --manifest-path qttypes/Cargo.toml
69
+ cargo test --manifest-path qmetaobject_impl/Cargo.toml
70
+ cargo test --manifest-path qmetaobject/Cargo.toml
71
71
72
72
73
73
no_qt :
You can’t perform that action at this time.
0 commit comments