Avoid syscall.

This commit is contained in:
Nuno Cruces
2024-12-21 09:40:37 +00:00
parent e08c7b3adf
commit f2d894194d
3 changed files with 81 additions and 8 deletions

View File

@@ -66,6 +66,10 @@ jobs:
shell: bash
run: gormlite/test.sh
- name: Test modules
shell: bash
run: go test -v ./embed/bcw2/...
- name: Collect coverage
run: go run github.com/dave/courtney@latest
if: |