Skip to content

Add new test cases

Add new test cases #39

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Go
uses: actions/[email protected]
with:
go-version-file: 'go.mod'
- name: Gotestsum installer
uses: autero1/[email protected]
with:
gotestsum_version: '1.11.0'
- name: Test
run: make test
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ulyssessouza/envlang
- name: Run golangci-lint
uses: golangci/[email protected]