fix run unit test with pre-commit

This commit is contained in:
hathach 2023-03-17 16:57:30 +07:00
parent 3623ba1884
commit 2e5f649fd3
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA
1 changed files with 6 additions and 7 deletions

View File

@ -26,19 +26,18 @@ jobs:
- name: Checkout TinyUSB
uses: actions/checkout@v3
- name: Get Dependencies
run: |
gem install ceedling
#cd test/unit-test
#ceedling test:all
- name: Run pre-commit
uses: pre-commit/action@v3.0.0
- name: Run codespell
uses: codespell-project/actions-codespell@master
- name: Run Unit Tests
run: |
# Install Ceedling
gem install ceedling
cd test/unit-test
ceedling test:all
- name: Build Fuzzer
run: |
export CC=clang