ci: add the -usecache test to macos

pull/7127/head
Alexander Medvednikov 2020-12-04 04:32:18 +01:00
parent cf7b45b074
commit da1c361cfe
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,6 @@ jobs:
# ./v -silent test-compiler
- name: v self compilation
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v && ./v3 -o v4 cmd/v
- name: v self with -usecache
run: ./v -o v2 -usecache cmd/v
- name: Fixed tests
run: ./v -silent test-fixed
- name: Test building v tools
@ -150,6 +148,8 @@ jobs:
run: make -j4 && ./v -cg -cflags -Werror -o v cmd/v
- name: Build V using V
run: ./v -o v2 cmd/v && ./v2 -o v3 cmd/v
- name: v self with -usecache
run: ./v -o v2 -usecache cmd/v
- name: Test symlink
run: ./v symlink
# - name: Set up pg database