Skip to content

Commit

Permalink
Disable tests on nightly in CircleCI as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Zabaluev committed Jun 13, 2020
1 parent 1210359 commit 7823a5a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,10 @@ workflows:
- test_release:
requires:
- cargo_fetch
- test_nightly:
requires:
- cargo_fetch
# Temporarily disabled due to https://github.com/rust-lang/cargo/issues/8351
#- test_nightly:
# requires:
# - cargo_fetch
- test_no_default_features:
requires:
- cargo_fetch

0 comments on commit 7823a5a

Please sign in to comment.