[identity] Optimize Tunnelbroker device data removal #285
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Identity tests (Nix) | |
on: | |
push: | |
branches: [master] | |
paths: | |
- 'services/identity/**' | |
- 'shared/protos/identity_unauthenticated.proto' | |
- 'flake.*' | |
- 'nix/**' | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: cachix/install-nix-action@v17 | |
with: | |
extra_nix_config: | | |
extra-substituters = https://comm.cachix.org | |
extra-trusted-public-keys = comm.cachix.org-1:70RF31rkmCEhQ9HrXA2uXcpqQKGcUK3TxLJdgcUCaA4= | |
- name: Identity tests | |
working-directory: ./services/identity | |
run: nix develop --accept-flake-config --command cargo test |