Skip to content

use safemap as impl #33

use safemap as impl

use safemap as impl #33

Workflow file for this run

name: master
'on':
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
env:
TZ: Europe/Amsterdam
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: './go.mod'
- run: make build
- run: make test
- run: make coverage
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./cover.out
flags: unittests
verbose: true