1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: disable x64 test for now

This commit is contained in:
Alexander Medvednikov 2020-04-07 03:50:22 +02:00
parent b0dacef32b
commit 887f1a73f7

View File

@ -137,6 +137,7 @@ jobs:
./v test-fixed
- name: x64 machine code generation
run: |
exit
./v -o vprod -prod cmd/v
cd cmd/tools
echo "Generating a 1m line V file..."