Re-enable stable builds.

This commit is contained in:
Bodil Stokke 2019-04-08 17:23:29 +01:00
parent a0cfd393e7
commit 36c95b0b8e
1 changed files with 6 additions and 6 deletions

View File

@ -107,12 +107,12 @@ jobs:
workflows: workflows:
Project: Project:
jobs: jobs:
# - test: - test:
# name: cargo test (stable) name: cargo test (stable)
# toolchain: stable toolchain: stable
# - test: - test:
# name: cargo test (beta) name: cargo test (beta)
# toolchain: beta toolchain: beta
- test: - test:
name: cargo test (nightly) name: cargo test (nightly)
toolchain: nightly toolchain: nightly