Compare commits

...

1 Commits

@ -1,11 +1,14 @@
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
name: test elseware name: test elseware
concurrency: concurrency:
limit: 1 limit: 1
environment:
CARGO_INCREMENTAL: false
steps: steps:
- name: clean cache - name: clean cache
image: rustlang/rust:nightly image: rustlang/rust:nightly