Move scripts/tests/check_syntax.sh to tests/check_syntax.sh

This commit is contained in:
Thomas Farstrike
2025-11-02 13:28:05 +01:00
parent d334c55c3b
commit d8e0fc066b
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ jobs:
- name: Run tests on unix dev
run: |
./scripts/tests/check_syntax.sh
./tests/check_syntax.sh
continue-on-error: true
- name: Upload built binary as artifact
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
- name: Run tests on macOS dev
run: |
./scripts/tests/check_syntax.sh
./tests/check_syntax.sh
continue-on-error: true
- name: Upload built binary as artifact