2021-03-02 03:36:06 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
type: docker
|
|
|
|
name: default
|
|
|
|
steps:
|
|
|
|
- name: cargo test
|
|
|
|
image: rust:latest
|
|
|
|
commands:
|
2021-03-02 04:57:22 +00:00
|
|
|
<<<<<<< HEAD
|
|
|
|
=======
|
2021-03-02 04:49:10 +00:00
|
|
|
- export DATABASE_URL=/tmp/save-sync.db
|
2021-03-02 04:57:22 +00:00
|
|
|
>>>>>>> dev
|
2021-03-02 04:06:23 +00:00
|
|
|
- cargo build --all
|
|
|
|
- cargo test --all
|