Skip to content

Commit 89d21ef

Browse files
jakelangaxic
authored andcommitted
Build nightly to fix CI
1 parent 0d3efa5 commit 89d21ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

circle.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
rustup target add wasm32-unknown-unknown
1313
rustup component add rustfmt-preview
1414
rustup update
15+
rustup install nightly
1516
- run:
1617
name: Check formatting
1718
command: |
@@ -20,7 +21,7 @@ jobs:
2021
git diff --exit-code
2122
- run:
2223
name: Test
23-
command: cargo test --target=x86_64-unknown-linux-gnu
24+
command: cargo +nightly test --target=x86_64-unknown-linux-gnu
2425
- run:
25-
name: Build
26-
command: cargo build --release
26+
name: Build Nightly
27+
command: cargo +nightly build --release

0 commit comments

Comments
 (0)