Files
kapow/.github/workflows/test.yml
pancho horrillo 847c1bd7a0 chore(actions): bump golangci-lint-action
To work around the deprection of `set-env`
2020-11-18 19:31:48 +01: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.3.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