when: - event: pull_request steps: - name: "Run cargo test" image: docker.nix-community.org/nixpkgs/nix-flakes commands: - nix shell github:nixos/nixpkgs/nixos-unstable#cargo github:nixos/nixpkgs/nixos-unstable#gcc - cargo test --workspace --all-targets