Skip to content

Commit

Permalink
Merge pull request #410 from input-output-hk/disable-test-nightly-in-…
Browse files Browse the repository at this point in the history
…circle-ci

Disable tests on nightly in CircleCI as well
  • Loading branch information
Mikhail Zabaluev committed Jun 13, 2020
2 parents 32c7c65 + 7823a5a commit 6b942ba
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 6b942ba

Please sign in to comment.