Remove go.work.

This commit is contained in:
Nuno Cruces
2025-02-10 12:44:11 +00:00
parent 57997201ee
commit fa613f9ddb
12 changed files with 24 additions and 42 deletions

View File

@@ -57,15 +57,18 @@ jobs:
run: go test -v -tags sqlite3_dotlk ./...
if: matrix.os != 'windows-latest'
- name: Test modules
shell: bash
run: |
go work init .
go work use -r embed gormlite
go test -v ./embed/bcw2/...
- name: Test GORM
shell: bash
run: gormlite/test.sh
if: matrix.os != 'windows-latest'
- name: Test modules
shell: bash
run: go test -v ./embed/bcw2/...
- name: Collect coverage
run: go run github.com/dave/courtney@latest
if: |