ci: run fast.v on freebsd

This commit is contained in:
Alexander Medvednikov 2021-08-15 09:27:17 +03:00
parent f1244bd7f1
commit e6d79f2fa7
4 changed files with 10 additions and 4 deletions

View file

@ -23,7 +23,7 @@ fn main() {
return
}
// println('running ./fast')
resp := os.execute('./fast')
resp := os.execute('./fast -upload')
if resp.exit_code < 0 {
println(resp.output)
return