Skip to content

start replace cbor

start replace cbor #24

name: "Build & Test"
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: "Build & Test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: go build
- name: Build
run: go build -tags mdoc_tinycbor
- name: Test
run: go test
- name: Test
run: go test -tags mdoc_tinycbor