add unit tests to test action and separate unit_tests.sh from test_all.sh
All checks were successful
/ test (push) Successful in 43s
All checks were successful
/ test (push) Successful in 43s
This commit is contained in:
parent
dac2cbc20d
commit
bcf0978b68
3 changed files with 29 additions and 24 deletions
|
|
@ -21,3 +21,5 @@ jobs:
|
|||
- name: Test Core
|
||||
working-directory: ./core
|
||||
run: go test
|
||||
- name: Run Unit Tests
|
||||
run: bash unit_tests.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue