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

Delyan Angelov 2022-05-05 09:20:08 +03:00 committed by Jef Roosens
parent a3279a1c2b
commit 01e97d75a5
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 1 additions and 1 deletions

View File

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