Skip to content

Commit f68d4f7

Browse files
chore: temporarily disable linux CI
1 parent 7098d84 commit f68d4f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ workflows:
104104
test_and_release:
105105
# Run the test jobs first, then the release only when all the test jobs are successful
106106
jobs:
107-
- test-linux
107+
# - test-linux
108108
- test-mac
109109
- test-windows
110110
- release:
111111
requires:
112-
- test-linux
112+
# - test-linux
113113
- test-mac
114114
- test-windows
115115
filters:

0 commit comments

Comments
 (0)