Files
kapow/.github/workflows/test.yml
pancho horrillo aa86efdcc5 chore(workflows): fix golangci version
The patch version should not be specified, only minor.

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2020-10-02 13:47:32 +02:00

24 lines
483 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
- 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