fix: explicitely enable cgo for tests

This commit is contained in:
kolaente 2025-04-02 13:55:57 +02:00
parent 649bf5241f
commit c6e20635d0
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@ jobs:
VIKUNJA_AUTH_LDAP_BINDDN: uid=gitea,ou=service,dc=planetexpress,dc=com
VIKUNJA_AUTH_LDAP_BINDPASSWORD: password
VIKUNJA_AUTH_LDAP_USERFILTER: '(&(objectclass=inetorgperson)(uid=%s))'
CGO_ENABLED: 1
run: |
mkdir -p frontend/dist
touch frontend/dist/index.html