Skip to content

Commit

Permalink
Build nightly to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelang authored and axic committed Apr 12, 2019
1 parent 0d3efa5 commit 4feca6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
git diff --exit-code
- run:
name: Test
command: cargo test --target=x86_64-unknown-linux-gnu
command: cargo +nightly test --target=x86_64-unknown-linux-gnu
- run:
name: Build
command: cargo build --release
name: Build Nightly
command: cargo +nightly build --release

0 comments on commit 4feca6c

Please sign in to comment.