stages: - build rust-latest: stage: build image: rust:latest script: - make setup - cargo build --verbose - make test-powerset