Skip to content

Add machine components #17

Add machine components

Add machine components #17

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
env:
KEYGEN_PUBLIC_KEY: e8601e48b69383ba520245fd07971e983d06d22c4257cfd82304601479cee788
KEYGEN_ACCOUNT_ID: 1fddcec8-8dd3-4d8d-9b16-215cac0f9b52
KEYGEN_PRODUCT_ID: 1f086ec9-a943-46ea-9da4-e62c2180c2f4
KEYGEN_LICENSE_KEY: ${{secrets.KEYGEN_LICENSE_KEY}}
KEYGEN_LICENSE_TOKEN: ${{secrets.KEYGEN_LICENSE_TOKEN}}
PERSONAL_PUBLIC_KEY: ${{secrets.PERSONAL_PUBLIC_KEY}}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Build
run: go build -v .
- name: Test
run: go test -v -race .