git.delta.rocks / jrsonnet / refs/commits / a18f0b6c2a9a

difftreelog

source

.gitlab-ci.yml128 Bsourcehistory
1image: "rustlang/rust:nightly"23test:cargo:4  script:5    - rustc --version && cargo --version6    - cargo test --all --verbose