Skip to content

feat: update QOSDK to 6.6.2 #171

feat: update QOSDK to 6.6.2

feat: update QOSDK to 6.6.2 #171

Workflow file for this run

name: test-unit
on:
pull_request: {}
jobs:
unit:
name: unit
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- run: make test
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.out