Skip to content

Commit 19ad13e

Browse files
committed
fix: update arm64 to use nightly
1 parent 98b3356 commit 19ad13e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ steps:
5858
- name: test
5959
image: rust:1
6060
commands:
61-
- cargo build --verbose --all
62-
- cargo test --verbose --all
61+
- cargo +nightly build --verbose --all
62+
- cargo +nightly test --verbose --all

0 commit comments

Comments
 (0)