ci: do not run cmd/tools/fast for now

pull/10873/head^2
Alexander Medvednikov 2021-07-20 15:05:36 +03:00
parent b9d418f46a
commit 85658bc700
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ jobs:
run: | run: |
./v tutorials/building_a_simple_web_blog_with_vweb/code/blog ./v tutorials/building_a_simple_web_blog_with_vweb/code/blog
- name: Build cmd/tools/fast - name: Build cmd/tools/fast
run: cd cmd/tools/fast && v fast.v && ./fast run: cd cmd/tools/fast && v fast.v #&& ./fast
ubuntu-tcc-boehm-gc: ubuntu-tcc-boehm-gc:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04