Added make check for src directory for Linux OS

This commit is contained in:
Takeshi Nakatani 2023-08-15 14:15:53 +00:00 committed by Andrew Gaul
parent 67e6b9e495
commit 235bccced5
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ jobs:
- name: Test suite
run: |
make check -C src
make ALL_TESTS=1 check -C test || (test/filter-suite-log.sh test/test-suite.log; exit 1)
# [NOTE]