Add initial tests that run Jim's "checks"

This commit is contained in:
Tony Schneider
2023-08-15 08:45:00 -04:00
parent 104b7f67b4
commit 9687825fe0
4 changed files with 41 additions and 2 deletions

View File

@@ -12,5 +12,5 @@ jobs:
with:
ruby-version: "3.2.2"
- name: rake check
run: rake check
- name: run tests
run: rake test