Files
kapow/.github/workflows/test.yml
pancho horrillo 17e473ab45 chore: try to fix lint run
Co-authored-by: Héctor Hurtado <hector.hurtado@bbva.com>
2020-06-12 10:02:59 +02:00

23 lines
479 B
YAML

name: Test
on:
push:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Lint
uses: golangci/golangci-lint-action@v1
with:
version: v1.27
working-directory: kapow
- name: Build
run: |
make test race build
- name: Spec test
run: |
docker run --mount type=bind,source=$(pwd)/build/kapow,target=/usr/local/bin/kapow bbvalabsci/kapow-spec-test-suite:latest behave --tags=~@skip