Skip to content

Commit

Permalink
Re-enable stable builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Apr 8, 2019
1 parent a0cfd39 commit 36c95b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ jobs:
workflows:
Project:
jobs:
# - test:
# name: cargo test (stable)
# toolchain: stable
# - test:
# name: cargo test (beta)
# toolchain: beta
- test:
name: cargo test (stable)
toolchain: stable
- test:
name: cargo test (beta)
toolchain: beta
- test:
name: cargo test (nightly)
toolchain: nightly

0 comments on commit 36c95b0

Please sign in to comment.