Our runner + pure test (not written)

This commit is contained in:
Nicolas Patry 2024-09-12 11:15:47 +02:00
parent ca7267da0e
commit 5bd547cdf1
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -15,7 +15,8 @@ concurrency:
jobs:
tests:
runs-on: ubuntu-latest
runs-on:
group: aws-highmemory-32-plus-priv
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
@ -29,4 +30,4 @@ jobs:
- name: Build
run: nix build
- name: Run tests.
run: nix develop .#impure --command python -m pytest server/tests/
run: nix develop .#test --command python -m pytest server/tests/