Add test CI job
Some checks are pending
/ run-tests (push) Waiting to run

This commit is contained in:
D. Scott Boggs 2025-06-01 12:41:36 -04:00
parent 600a6af27a
commit 313733f1e8

View file

@ -0,0 +1,6 @@
on: [push]
jobs:
run-tests:
runs-on: docker
steps:
- run: echo it works!