Skip to content

Commit

Permalink
Run tests on Cirrus CI without nightly features
Browse files Browse the repository at this point in the history
  • Loading branch information
kxepal committed Aug 19, 2019
1 parent 7031f2f commit 58b28e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
freebsd_instance:
image: freebsd-12-0-release-amd64

env:
RUST_BACKTRACE=1

freebsd_task:
name: $TOOLCHAIN x86_64-unknown-freebsd
env:
Expand All @@ -12,3 +15,5 @@ freebsd_task:
- sh rustup.sh -y --default-toolchain $TOOLCHAIN
build_script:
- $HOME/.cargo/bin/rustup run $TOOLCHAIN cargo build
test_script:
- $HOME/.cargo/bin/rustup run $TOOLCHAIN cargo test --features skip-nightly-tests

0 comments on commit 58b28e9

Please sign in to comment.