Skip to content

Replace please with Makefile #286

Replace please with Makefile

Replace please with Makefile #286

Workflow file for this run

---
name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
# Grant the ability to checkout the repository
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
container: golang:1.21.6-bookworm
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-test
cancel-in-progress: true
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Test
run: make test