Skip to content

some updates

some updates #6

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.19"
- name: Testing build
# We do not run go test, as it requires a device
run: go build
run: go test -run '.' common_test.go common.go types.go

Check failure on line 20 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 20, Col: 9): 'run' is already defined