Files
kapow/.github/workflows/test.yml
pancho horrillo f67e7c1938 Bump golangci-lint to v1.31.0
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-10-02 13:44:15 +02:00

24 lines
485 B
YAML

name: Test
on:
push:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Lint
uses: golangci/golangci-lint-action@v2.2.0
with:
version: v1.31.0
- 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