Skip to content

Commit 2e5f649

Browse files
committed
fix run unit test with pre-commit
1 parent 3623ba1 commit 2e5f649

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/pre-commit.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,18 @@ jobs:
2626
- name: Checkout TinyUSB
2727
uses: actions/checkout@v3
2828

29+
- name: Get Dependencies
30+
run: |
31+
gem install ceedling
32+
#cd test/unit-test
33+
#ceedling test:all
34+
2935
- name: Run pre-commit
3036
uses: pre-commit/[email protected]
3137

3238
- name: Run codespell
3339
uses: codespell-project/actions-codespell@master
3440

35-
- name: Run Unit Tests
36-
run: |
37-
# Install Ceedling
38-
gem install ceedling
39-
cd test/unit-test
40-
ceedling test:all
41-
4241
- name: Build Fuzzer
4342
run: |
4443
export CC=clang

0 commit comments

Comments
 (0)