Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI build checks #885

Merged
merged 2 commits into from
Dec 11, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ jobs:
command: |
rustup run nightly rustc --version --verbose
rustup run nightly cargo --version --verbose
rustup run nightly cargo build
cargo +nightly check -p forest
cargo +nightly check
macos-build-check:
executor: mac-executor
description: Check macos build
Expand All @@ -168,7 +169,8 @@ jobs:
command: |
rustup run stable rustc --version --verbose
rustup run stable cargo --version --verbose
rustup run stable cargo build
cargo +stable check -p forest
cargo +stable check
install:
executor: test-executor
description: Install forest binary
Expand Down