Skip to content

feat: update QOSDK to 6.7.0 #179

feat: update QOSDK to 6.7.0

feat: update QOSDK to 6.7.0 #179

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