Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"`