Move tests to each backend folder

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
This commit is contained in:
Guillaume Tardif
2021-01-19 13:55:19 +01:00
parent ed67111b3d
commit 46935b0300
69 changed files with 127 additions and 184 deletions

8
.github/labeler.yml vendored
View File

@@ -10,15 +10,15 @@ local:
cli:
- cli/**/*
metrics:
- cli/metrics/**/*
api:
- api/**/*
- protos/**/*
- cli/server/protos/**/*
ci:
- .github/**/*
documentation:
- docs/**/*
metrics:
- metrics/**/*

View File

@@ -64,7 +64,6 @@ jobs:
run: make -f builder.Makefile cross
- name: Test
env:
run: make -f builder.Makefile test
- name: Build for local E2E