Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metalim/gotest
testing GH test action
https://github.com/metalim/gotest
Last synced: 6 days ago
JSON representation
testing GH test action
- Host: GitHub
- URL: https://github.com/metalim/gotest
- Owner: metalim
- License: mit
- Created: 2023-06-02T09:29:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-31T19:58:38.000Z (5 months ago)
- Last Synced: 2024-07-31T23:47:14.986Z (5 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go test action
[![Tests workflow](https://github.com/metalim/gotest/actions/workflows/tests.yml/badge.svg)](https://github.com/metalim/gotest/actions/workflows/tests.yml)
tests fail due to YAML issue with numbers: `go-version: 1.20` is treated as `go-version: 1.2`. The fix is to use `go-version: "1.20"`