Skip to content

Add reusable workflow. #5

Add reusable workflow.

Add reusable workflow. #5

Workflow file for this run

name: test-golang
on: [push, pull_request]
jobs:
uses: ./.github/workflows/common.yaml

Check failure on line 6 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yaml

Invalid workflow file

You have an error in your yaml syntax on line 6
steps:
- name: Build
run: |
make build
- name: Run tests
run: |
make test