diff options
| author | Ha Thach <[email protected]> | 2019-12-27 20:33:09 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-27 20:33:09 +0700 |
| commit | 7590266ad71aacf46fc567d30dfab0079a5e03be (patch) | |
| tree | b543a015ca7dd7e9f3b3a3c09fd35462191cf3d2 /.github/workflows | |
| parent | a4be3a3227861d40c9179cde209e16b52ea2c456 (diff) | |
Update build.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ccb39f7d2..fbb4dd85a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,4 +37,7 @@ jobs: gem install ceedling cd test ceedling test:all - + cd .. + - name: Build + run: | + python3 tools/build_all.py board_test |
