mirror of
https://github.com/laravel-ls/uri
synced 2026-06-16 01:54:57 +02:00
Adding .github/workflows/test.yml
This commit is contained in:
parent
24f4eff903
commit
6168fb46c4
1 changed files with 23 additions and 0 deletions
23
.github/workflows/test.yml
vendored
Normal file
23
.github/workflows/test.yml
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue