Skip to content

Commit

Permalink
ci: remove inbetween tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Jan 20, 2021
1 parent f50af18 commit c87424b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,18 +130,6 @@ workflows:
- test_unit:
version: '8'
name: 'test_unit_8'
- test_unit:
version: '10'
name: 'test_unit_10'
- test_unit:
version: '11'
name: 'test_unit_11'
- test_unit:
version: '12'
name: 'test_unit_12'
- test_unit:
version: '13'
name: 'test_unit_13'
- test_unit:
version: '14'
name: 'test_unit_14'
Expand All @@ -156,10 +144,6 @@ workflows:
- release:
requires:
- test_unit_8
- test_unit_10
- test_unit_11
- test_unit_12
- test_unit_13
- test_unit_14
- test_lint
- test_types
Expand Down

0 comments on commit c87424b

Please sign in to comment.