do not use formatter, specify build target

This commit is contained in:
2024-09-25 19:29:49 +02:00
parent e4b2a4d6ea
commit 9b244fc170
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4
- name: build
run: make
run: make buildlocal
- name: test
run: make test