Simple lie test (#427)

This commit is contained in:
Nathan Brown
2021-03-31 10:26:35 -05:00
committed by GitHub
parent 830d6d4639
commit 0c2e5973e1
16 changed files with 650 additions and 121 deletions

View File

@ -40,6 +40,9 @@ jobs:
- name: Test
run: make test
- name: End 2 end
run: make e2e
test:
name: Build and test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
@ -72,3 +75,6 @@ jobs:
- name: Test
run: go test -v ./...
- name: End 2 end
run: go test -tags=e2e_testing -count=1 ./e2e