Skip to content

Commit 2622a4d

Browse files
committedJan 13, 2023
chore: disable unit tests on MacOS
The Unit tests have become very very slow on MacOS. Rely upon the smoke test for now.
1 parent 2e99a37 commit 2622a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
os:
6565
- windows-latest
66-
- macos-latest
66+
# - macos-latest # Smoke test is enough for now.
6767

6868
steps:
6969
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)
Please sign in to comment.