Move tests to lib/ to avoid linter issues

This commit is contained in:
CinderSocket
2026-03-08 18:50:02 -07:00
parent 54c20878ec
commit 3a40690f07
13 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Run host tests
run: make test-host
- name: Lint sources
run: ufbt lint ARGS="!./tests/host/vendor/munit"
run: ufbt lint
- name: Build with ufbt
uses: flipperdevices/flipperzero-ufbt-action@v0.1.2
id: build-app