only run 1 ci task at a time

This commit is contained in:
jake 2020-03-16 10:07:39 -07:00
parent bdf9824662
commit 8cddd1a1f1

View File

@ -3,6 +3,9 @@ kind: pipeline
type: docker
name: test elseware
concurrency:
limit: 1
steps:
- name: cargo build
image: rustlang/rust:nightly