git.delta.rocks / jrsonnet / refs/commits / 2c8a29e649b8

difftreelog

source

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