Skip to content

Commit 08bd4c7

Browse files
committed
Update drone yaml
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
1 parent 7577fff commit 08bd4c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.drone.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
kind: pipeline
21
name: test-on-arm64
2+
kind: pipeline
3+
type: docker
34

45
platform:
56
arch: arm64
@@ -15,6 +16,7 @@ steps:
1516
commands:
1617
- rustup update
1718
- cargo build --verbose --all
19+
- cargo clippy --verbose --all
1820
- cargo test --verbose --all
1921
# - cargo +nightly install cargo-clippy -f
2022
# - cargo +nightly clippy --verbose --all

0 commit comments

Comments
 (0)