Use self-hosted runner

This commit is contained in:
Ajay
2025-04-24 03:08:33 -04:00
parent f69d6736d4
commit a45690b26e

View File

@@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
# Initialization