We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7098d84 commit f68d4f7Copy full SHA for f68d4f7
.circleci/config.yml
@@ -104,12 +104,12 @@ workflows:
104
test_and_release:
105
# Run the test jobs first, then the release only when all the test jobs are successful
106
jobs:
107
- - test-linux
+ # - test-linux
108
- test-mac
109
- test-windows
110
- release:
111
requires:
112
113
114
115
filters:
0 commit comments