Remove unit tests from github workflow

We don't *have* unit tests lol.
This commit is contained in:
2023-10-15 01:27:46 +01:00
parent 16e2275576
commit b6672121a1

View File

@@ -15,5 +15,3 @@ jobs:
- uses: actions/checkout@v3
- name: build
run: make all
- name: unit test
run: make run-test