fix: explicitely enable cgo for tests
This commit is contained in:
parent
649bf5241f
commit
c6e20635d0
|
|
@ -220,6 +220,7 @@ jobs:
|
||||||
VIKUNJA_AUTH_LDAP_BINDDN: uid=gitea,ou=service,dc=planetexpress,dc=com
|
VIKUNJA_AUTH_LDAP_BINDDN: uid=gitea,ou=service,dc=planetexpress,dc=com
|
||||||
VIKUNJA_AUTH_LDAP_BINDPASSWORD: password
|
VIKUNJA_AUTH_LDAP_BINDPASSWORD: password
|
||||||
VIKUNJA_AUTH_LDAP_USERFILTER: '(&(objectclass=inetorgperson)(uid=%s))'
|
VIKUNJA_AUTH_LDAP_USERFILTER: '(&(objectclass=inetorgperson)(uid=%s))'
|
||||||
|
CGO_ENABLED: 1
|
||||||
run: |
|
run: |
|
||||||
mkdir -p frontend/dist
|
mkdir -p frontend/dist
|
||||||
touch frontend/dist/index.html
|
touch frontend/dist/index.html
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue