Skip to content

Commit 78a006e

Browse files
committed
ci: Enable workspace tests on MacOS
1 parent 59396e3 commit 78a006e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,8 @@ jobs:
520520
- { os: ubuntu-latest , target: x86_64-unknown-linux-gnu , features: "feat_os_unix,uudoc" , use-cross: no, workspace-tests: true }
521521
- { os: ubuntu-latest , target: x86_64-unknown-linux-musl , features: feat_os_unix_musl , use-cross: use-cross }
522522
- { os: ubuntu-latest , target: x86_64-unknown-redox , features: feat_os_unix_redox , use-cross: redoxer , skip-tests: true }
523-
- { os: macos-latest , target: aarch64-apple-darwin , features: feat_os_macos } # M1 CPU
524-
- { os: macos-13 , target: x86_64-apple-darwin , features: feat_os_macos }
523+
- { os: macos-latest , target: aarch64-apple-darwin , features: feat_os_macos, workspace-tests: true } # M1 CPU
524+
- { os: macos-13 , target: x86_64-apple-darwin , features: feat_os_macos, workspace-tests: true }
525525
- { os: windows-latest , target: i686-pc-windows-msvc , features: feat_os_windows }
526526
- { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows }
527527
- { os: windows-latest , target: x86_64-pc-windows-msvc , features: feat_os_windows }

0 commit comments

Comments
 (0)