diff options
| author | xuzhang3 <57888764+xuzhang3@users.noreply.github.com> | 2020-07-01 10:55:48 +0800 |
|---|---|---|
| committer | xuzhang3 <57888764+xuzhang3@users.noreply.github.com> | 2020-07-01 10:55:48 +0800 |
| commit | 6bab392e3ac09f160ff6aeddf5da6f052a9126a5 (patch) | |
| tree | bb18affaa132418477772a3d7ef2143206677de3 /.github | |
| parent | aad2256624cec08ae9cc721c7e433110f95b2df5 (diff) | |
add unit test step
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check-pr.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml index 7c9a680f..0c2a569a 100644 --- a/.github/workflows/check-pr.yml +++ b/.github/workflows/check-pr.yml @@ -43,6 +43,9 @@ jobs: - name: Run Lint Check run: make lint + + - name: Run Unit Test + run: make test # # - name: Run All Tests # run: make testacc |
