Commit 6881bd7

mo khan <mo@mokhan.ca>
2025-07-31 16:53:42
chore: use make targets in CI
1 parent 2711b0f
Changed files (1)
.github
workflows
.github/workflows/ci.yml
@@ -12,4 +12,4 @@ jobs:
     - uses: actions/setup-go@v3
       with:
         go-version: 1.24
-    - run: go test -v ./...
+    - run: make test