Page MenuHomePhabricator

D5163.diff
No OneTemporary

D5163.diff

diff --git a/.github/workflows/identity_tests.yml b/.github/workflows/identity_tests.yml
new file mode 100644
--- /dev/null
+++ b/.github/workflows/identity_tests.yml
@@ -0,0 +1,24 @@
+name: Identity tests (Nix)
+
+on:
+ push:
+ branches: [master]
+ paths:
+ - 'services/identity/**'
+ - 'shared/protos/identity.proto'
+ - 'flake.*'
+ - 'nix/**'
+
+jobs:
+ build:
+ runs-on: ubuntu-22.04
+ steps:
+ - uses: actions/checkout@v2
+ - 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

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 17, 10:58 AM (21 h, 43 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2522622
Default Alt Text
D5163.diff (867 B)

Event Timeline