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

ci: do not upload fast.v results

This commit is contained in:
Alexander Medvednikov
2021-08-15 09:21:57 +03:00
parent f67e5d12e5
commit f1244bd7f1
2 changed files with 8 additions and 7 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
run: cd cmd/tools/fast && ../../../v fast.v && ./fast -noupload
ubuntu-tcc-boehm-gc:
needs: no-scheduling