try arm64 ci only
continuous-integration/drone/push Build was killed Details

This commit is contained in:
glyph 2022-04-15 10:16:55 +02:00
parent e4078bd1ba
commit 126609a605
1 changed files with 0 additions and 46 deletions

View File

@ -1,46 +1,5 @@
kind: pipeline
type: docker
name: test-on-amd64
platform:
arch: amd64
steps:
- name: rustfmt
image: rust:buster
commands:
- rustup component add rustfmt
- cargo fmt --check
- name: clippy
image: rust:buster
commands:
- rustup component add clippy
- cargo clippy -- -D warnings
- name: check
image: rust:buster
commands:
- cargo check
- name: test
image: rust:buster
commands:
- cargo test
- name: build
image: rust:buster
commands:
- cargo build
trigger:
event:
- push
- pull_request
---
kind: pipeline
type: docker
name: test-on-arm64
platform:
@ -59,11 +18,6 @@ steps:
- rustup component add clippy
- cargo clippy -- -D warnings
- name: check
image: rust:buster
commands:
- cargo check
- name: test
image: rust:buster
commands: