ci: comment out the `v -autofree .` step for gitly temporarily

master
Delyan Angelov 2022-05-05 09:20:08 +03:00
parent 7170a09382
commit 785e9af8f1
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ jobs:
cd gitly cd gitly
../v . ../v .
# ./gitly -ci_run # ./gitly -ci_run
../v -autofree . # ../v -autofree .
../v -o x tests/first_run.v ../v -o x tests/first_run.v
./x ./x
cd .. cd ..