Change nix test action to run on host
Some checks failed
/ tests (push) Failing after 5s

This commit is contained in:
xqtc 2024-07-17 13:18:53 +02:00
parent a4e26d4494
commit 2b9c2b8fb2

View file

@ -3,8 +3,7 @@ on:
branches: [main] branches: [main]
jobs: jobs:
tests: tests:
runs-on: ubuntu-latest runs-on: native
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: https://github.com/cachix/install-nix-action@v27
- run: nix flake check - run: nix flake check