Fix CI #79

Merged
Aire-One merged 1 commits from fix/ci-test-2 into master 2023-04-24 02:12:10 +02:00
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ARG CYAN_VERSION=0.3.0
RUN \
apk add \
git \
gcc libc-dev musl-dev \
gcc libc-dev libressl-dev \
just \
&& luarocks install --server=https://luarocks.org/dev busted-tl

View File

@ -44,7 +44,8 @@ validate:
cd generated && cyan \
check \
--global-env-def "global_env" \
`find . -type f -iname '*.d.tl' | xargs`
awesomerc.tl
# `find . -type f -iname '*.d.tl' | xargs`
test:
busted