Added some changes to the CI.yml
Some checks failed
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Failing after 21s

This commit is contained in:
2025-05-27 23:14:26 -04:00
parent 0fb4996334
commit f820b5f835

View File

@ -7,6 +7,7 @@ on:
branches:
- develop
paths-ignore:
- '.github/**'
- 'README.md'
jobs:
@ -19,16 +20,18 @@ jobs:
os:
- ubuntu-latest
steps:
- uses: actions/setup-go@v5
- name: Set up Golang environment
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v4
- name: Checkout Code
uses: actions/checkout@v4
- name: Go Get / Go Test
run: |
go get -u .
go test ./.
go test ./...
- name: Output Summary
id: output-summary