summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-03-17 16:57:30 +0700
committerhathach <[email protected]>2023-03-17 16:57:30 +0700
commit2e5f649fd3ba3e0a17bb6007f773461bdc0e82fb (patch)
treef1c3986699c44a74060d8f03469e52def679b716
parent3623ba1884ddff23e9b64766cb6dd032f1425846 (diff)
fix run unit test with pre-commit
-rw-r--r--.github/workflows/pre-commit.yml13
1 files changed, 6 insertions, 7 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 6deee872f..86c106151 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -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/[email protected]
- 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