mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: re-enable autobahn tests (without autofree) (#6360)
This commit is contained in:
@ -6,6 +6,6 @@ FROM thevlang/vlang:buster-dev
|
||||
COPY ./ /src/
|
||||
# COPY tests/autobahn/ws_test/run.sh /run.sh
|
||||
# RUN chmod +x /run.sh
|
||||
RUN v -autofree /src/tests/autobahn/autobahn_server.v
|
||||
RUN v /src/tests/autobahn/autobahn_server.v
|
||||
RUN chmod +x /src/tests/autobahn/autobahn_server
|
||||
ENTRYPOINT [ "/src/tests/autobahn/autobahn_server" ]
|
||||
|
Reference in New Issue
Block a user