Skip to content

ci: use self-hosted runner #45

ci: use self-hosted runner

ci: use self-hosted runner #45

Workflow file for this run

name: Tests
on: [push, pull_request, workflow_call]
jobs:
x64-ubuntu:
name: nix-runner
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Run tests
run: make test