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

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

@@ -111,7 +111,7 @@ jobs:
run: |
./v tutorials/building_a_simple_web_blog_with_vweb/code/blog
- name: Build cmd/tools/fast
run: cd cmd/tools/fast && ../../../v fast.v && ./fast -noupload
run: cd cmd/tools/fast && ../../../v fast.v && ./fast
ubuntu-tcc-boehm-gc:
needs: no-scheduling