ci: restore the `v -autofree .` step for gitly (gitly now has a workaround)
parent
9e8e364493
commit
f956acd2f6
|
@ -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 ..
|
||||||
|
|
Loading…
Reference in New Issue