Skip to content

Bump github.com/btnguyen2k/consu/reddo from 0.1.8 to 0.1.9 #18

Bump github.com/btnguyen2k/consu/reddo from 0.1.8 to 0.1.9

Bump github.com/btnguyen2k/consu/reddo from 0.1.8 to 0.1.9 #18

Workflow file for this run

name: goyai
on:
push:
branches: [ '*' ]
pull_request:
branches: [ main ]
jobs:
test:
name: Execute tests
runs-on: ubuntu-latest
steps:
- name: Set up Go env
uses: actions/setup-go@v5
with:
go-version: ^1.13
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Test
run: |
go test -cover -coverprofile=coverage.txt -v .
bash <(curl -s https://codecov.io/bash) -cF general