mirror of
https://github.com/neilotoole/sq.git
synced 2024-11-23 19:33:22 +03:00
CHANGELOG update for v0.42.0; tidy up worfklow files
This commit is contained in:
parent
e1c1c9562d
commit
648ed8d0ea
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -12,10 +12,7 @@ env:
|
||||
GO_VERSION: 1.21.0
|
||||
GORELEASER_VERSION: 1.20.0
|
||||
GOLANGCI_LINT_VERSION: v1.54.1
|
||||
# BUILD_TAGS: 'sqlite_vtable sqlite_stat4 sqlite_fts5 sqlite_icu sqlite_introspect sqlite_json sqlite_math_functions'
|
||||
BUILD_TAGS: 'sqlite_vtable sqlite_stat4 sqlite_fts5 sqlite_introspect sqlite_json sqlite_math_functions'
|
||||
# Note that windows doesn't have sqlite_icu, as that fails to build. Needs investigation.
|
||||
BUILD_TAGS_WIN: 'sqlite_vtable sqlite_stat4 sqlite_fts5 sqlite_introspect sqlite_json sqlite_math_functions'
|
||||
|
||||
jobs:
|
||||
test-linux-darwin:
|
||||
@ -85,12 +82,12 @@ jobs:
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
|
||||
- name: Build
|
||||
run: go build -tags '${{ env.BUILD_TAGS_WIN }}' -v ./...
|
||||
run: go build -tags '${{ env.BUILD_TAGS }}' -v ./...
|
||||
# shell: msys2 {0}
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
go test -tags '${{ env.BUILD_TAGS_WIN }}' -v ./...
|
||||
go test -tags '${{ env.BUILD_TAGS }}' -v ./...
|
||||
# shell: msys2 {0}
|
||||
|
||||
go-lint:
|
||||
|
@ -23,7 +23,6 @@ builds:
|
||||
- sqlite_vtable
|
||||
- sqlite_stat4
|
||||
- sqlite_fts5
|
||||
# - sqlite_icu
|
||||
- sqlite_introspect
|
||||
- sqlite_json
|
||||
- sqlite_math_functions
|
||||
|
@ -28,7 +28,6 @@ builds:
|
||||
- sqlite_vtable
|
||||
- sqlite_stat4
|
||||
- sqlite_fts5
|
||||
# - sqlite_icu
|
||||
- sqlite_introspect
|
||||
- sqlite_json
|
||||
- sqlite_math_functions
|
||||
|
@ -30,7 +30,6 @@ builds:
|
||||
- sqlite_vtable
|
||||
- sqlite_stat4
|
||||
- sqlite_fts5
|
||||
# - sqlite_icu
|
||||
- sqlite_introspect
|
||||
- sqlite_json
|
||||
- sqlite_math_functions
|
||||
|
@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
Breaking changes are annotated with ☢️.
|
||||
|
||||
## UPCOMING
|
||||
## [v0.42.0] - 2023-08-22
|
||||
|
||||
### Added
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user