1
0
Fork 0
mirror of https://github.com/laravel-ls/uri synced 2026-06-16 10:04:55 +02:00
uri/.github/workflows/test.yml

23 lines
314 B
YAML

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Run test
run: make test