on: [push] jobs: test: runs-on: docker steps: - run: apt update; apt install --yes curl wget - run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile default -y - run: cargo test --lib