1 2 3 4 5 6 7 8 9 10 11
image: ubuntu/lts packages: - curl sources: - https://git.sr.ht/~liz/yooper tasks: - rustup: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly - test: | cd yooper $HOME/.cargo/bin/cargo test