Skip to content

Commit

Permalink
ci: test v self compilation 4 times with tcc
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed Aug 20, 2020
1 parent 9da7349 commit b1c042b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -44,6 +44,8 @@ jobs:
# ./v -silent test-compiler
- name: Fixed tests
run: ./v test-fixed
- name: v self compilation
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v && ./v3 -o v4 cmd/v
- name: Test building v tools
run: ./v build-tools
- name: v vet
Expand Down

0 comments on commit b1c042b

Please sign in to comment.