We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3efa5 commit 89d21efCopy full SHA for 89d21ef
circle.yml
@@ -12,6 +12,7 @@ jobs:
12
rustup target add wasm32-unknown-unknown
13
rustup component add rustfmt-preview
14
rustup update
15
+ rustup install nightly
16
- run:
17
name: Check formatting
18
command: |
@@ -20,7 +21,7 @@ jobs:
20
21
git diff --exit-code
22
23
name: Test
- command: cargo test --target=x86_64-unknown-linux-gnu
24
+ command: cargo +nightly test --target=x86_64-unknown-linux-gnu
25
- name: Build
26
- command: cargo build --release
+ name: Build Nightly
27
+ command: cargo +nightly build --release
0 commit comments