Skip to content

Commit 5938370

Browse files
committed
add unit tests
1 parent 4b62886 commit 5938370

File tree

11 files changed

+1050
-54
lines changed

11 files changed

+1050
-54
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- name: make install_linux
1717
run: make install_linux
18-
- name: make reset
19-
run: make reset
20-
- name: make all
21-
run: make all
18+
- name: test
19+
run: make setup build test
2220
env:
2321
API_KEY: ${{secrets.API_KEY}}

Makefile

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)