fix(ci): set VMODULES for tests

This commit is contained in:
Jef Roosens 2022-06-22 09:59:44 +02:00
parent 9dd9222a69
commit c8fc4c6a96
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB

View file

@ -21,6 +21,7 @@ pipeline:
image: 'chewingbever/vlang:latest'
pull: true
commands:
- export VMODULES=$PWD/.vmodules
- make test
when:
event: [pull_request]