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:
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