Skip to content

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #38

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0

Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 #38

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: docker build -t gokeepasslib .
- name: Test
run: docker-compose run --rm -T gokeepasslib make test