Skip to content

chore(master): release 2.1.0 #274

chore(master): release 2.1.0

chore(master): release 2.1.0 #274

Workflow file for this run

name: Build and test
on:
push:
branches: [master]
pull_request:
branches: [master]
# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:
# Permissions for the GITHUB_TOKEN.
permissions: {}
jobs:
build_test:
name: Call build and test action
uses: andrew-field/reusable-workflows/.github/workflows/build-test.yml@master
with:
test_flags: -race
secrets: inherit
# Codecov secret used by the build-test action. CODECOV_TOKEN needs to be added as a secret.