Remove build flag for local backend

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
Guillaume Tardif
2020-12-07 13:52:31 +01:00
parent a6316a90c7
commit 6fc8eefb1b
16 changed files with 6 additions and 34 deletions

View File

@@ -60,12 +60,12 @@ jobs:
- name: Test
env:
BUILD_TAGS: example,local
BUILD_TAGS: example
run: make -f builder.Makefile test
- name: Build for local E2E
env:
BUILD_TAGS: example,local,e2e
BUILD_TAGS: example,e2e
run: make -f builder.Makefile cli
- name: E2E Test