diff --git a/.buildkite/identity_tests.yml b/.buildkite/identity_tests.yml new file mode 100644 --- /dev/null +++ b/.buildkite/identity_tests.yml @@ -0,0 +1,7 @@ +steps: + - label: ":nix: Identity Tests (Nix)" + command: + - 'cd services/identity' + - 'nix develop --command cargo test' + agents: + - 'mac=true'