Remove unit tests from github workflow
We don't *have* unit tests lol.
This commit is contained in:
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
@@ -15,5 +15,3 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: build
|
||||
run: make all
|
||||
- name: unit test
|
||||
run: make run-test
|
||||
|
||||
Reference in New Issue
Block a user