Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Aug 23, 2020
1 parent e7d5856 commit fd9fcd9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,16 +427,16 @@ workflows:
testing:
unless: <<pipeline.parameters.benchmark>>
jobs:
# - lint
# - release-linux
# - release-native-linux
# - release-macos
# - release-native-macos
- lint
- release-linux
- release-native-linux
- release-macos
- release-native-macos
- coverage
# - cxx20
# - sanitizers
# - sanitizers-macos
# - fuzzing
- cxx20
- sanitizers
- sanitizers-macos
- fuzzing
- spectest:
requires:
- coverage
Expand Down

0 comments on commit fd9fcd9

Please sign in to comment.