Skip to content

Update README.md

Update README.md #118

Workflow file for this run

name: Go
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
- name: Run unit tests
run: |
make test-ci
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}