Skip to content

Commit

Permalink
chore: temporarily disable linux CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Feb 18, 2021
1 parent 7098d84 commit f68d4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ workflows:
test_and_release:
# Run the test jobs first, then the release only when all the test jobs are successful
jobs:
- test-linux
# - test-linux
- test-mac
- test-windows
- release:
requires:
- test-linux
# - test-linux
- test-mac
- test-windows
filters:
Expand Down

0 comments on commit f68d4f7

Please sign in to comment.