Skip to content

Commit f63c74d

Browse files
committed
Fixes
1 parent 2d08edd commit f63c74d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
env:
1414
VINYL80: '8.0.0'
15-
VINYL60: '6.0.13'
15+
VINYL60: '6.0.16'
1616

1717
jobs:
1818
setup:

8/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ RUN set -ex; \
6969
--without-jemalloc; \
7070
\
7171
make -j "$(nproc)"; \
72-
# make check; \
72+
make check; \
7373
make DESTDIR=/tmp/pkg install; \
7474
\
7575
mkdir -p /usr/share/varnish; \
@@ -128,7 +128,7 @@ RUN set -ex; \
128128
./configure; \
129129
make; \
130130
make install; \
131-
# make check; \
131+
make check; \
132132
\
133133
libvmod_digest_ver="1.0.3"; \
134134
libvmod_digest_url="https://github.com/varnish/libvmod-digest/archive/libvmod-digest-${libvmod_digest_ver}.tar.gz"; \
@@ -138,7 +138,7 @@ RUN set -ex; \
138138
./configure; \
139139
make; \
140140
make install; \
141-
# make check; \
141+
make check; \
142142
\
143143
varnish_modules_ver="0.27.0"; \
144144
wget -qO- "https://github.com/varnish/varnish-modules/releases/download/${varnish_modules_ver}/varnish-modules-${varnish_modules_ver}.tar.gz" | tar xz -C /tmp/; \

0 commit comments

Comments
 (0)