add fmt and test-both to makefile to simplify tests and formatting

This commit is contained in:
2026-06-08 00:39:28 -05:00
parent 1cc94f2c99
commit abb0256f0b
2 changed files with 24 additions and 4 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ jobs:
- name: Build UI assets
run: npm --prefix ./ui run build
- name: Run tests
run: make test
- name: Run Go Tests
run: make test-both
build:
name: Build