@@ -81,7 +81,7 @@ jobs:
sudo apt-get install -y gcc libgl1-mesa-dev xorg-dev
go test -p 1 ./... -v
go install honnef.co/go/tools/cmd/staticcheck@latest
- ~/go/bin/staticcheck ./...
+ { ~/go/bin/staticcheck -tags=ee ./... ; ~/go/bin/staticcheck ./... ; } | ~/go/bin/staticcheck -merge
env:
DATABASE: sqlite
CLIENT_MODE: "off"