mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-09-25 01:15:54 +00:00
fix: Revert "fix: use .dotlk build tag for github.com/ncruces/go-sqlite3 to expand platform compatibility"
This reverts commit 3d4cc3806c.
This commit is contained in:
@@ -37,10 +37,10 @@ jobs:
|
||||
gzip -c /dev/null > webui/dist/index.html.gz
|
||||
|
||||
- name: Build
|
||||
run: go build -tags=sqlite3_dotlk ./...
|
||||
run: go build ./...
|
||||
|
||||
- name: Test
|
||||
run: PATH=$(pwd):$PATH gotestsum ./... -- --race -tags=sqlite3_dotlk
|
||||
run: PATH=$(pwd):$PATH gotestsum ./... -- --race
|
||||
|
||||
test-win:
|
||||
runs-on: windows-latest
|
||||
|
||||
Reference in New Issue
Block a user