added test for self-hosted runners

This commit is contained in:
redanthrax 2022-06-27 16:34:27 -07:00
parent cb250104fe
commit f3738a3f07

12
.github/workflows/build-test.yml vendored Normal file
View file

@ -0,0 +1,12 @@
name: Run tests on all
on:
push:
branches: [ BigRefactor ]
jobs:
build:
runs-on: [ self-hosted ]
steps:
- name: Test
run: go test -v ./...