From 5bd547cdf1497e4aba634c996be9e54dd29b7d42 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 12 Sep 2024 11:15:47 +0200 Subject: [PATCH] Our runner + pure test (not written) --- .github/workflows/nix_tests.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nix_tests.yaml b/.github/workflows/nix_tests.yaml index b6a1ce82..75117a46 100644 --- a/.github/workflows/nix_tests.yaml +++ b/.github/workflows/nix_tests.yaml @@ -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/