This commit is contained in:
@@ -9,3 +9,8 @@ steps:
|
|||||||
- curl https://sh.rustup.rs -sSf | bash -s -- -y
|
- curl https://sh.rustup.rs -sSf | bash -s -- -y
|
||||||
- export PATH="/root/.cargo/bin:$${PATH}"
|
- export PATH="/root/.cargo/bin:$${PATH}"
|
||||||
- pre-commit run --all-files
|
- pre-commit run --all-files
|
||||||
|
- name: test
|
||||||
|
image: rust:1.30
|
||||||
|
commands:
|
||||||
|
- cargo build --verbose --all
|
||||||
|
- cargo test --verbose --all
|
||||||
|
|||||||
Reference in New Issue
Block a user