Explorar el Código

Update github config files

tags/v1.0.0
guanguans hace 3 años
padre
commit
bb741d8d95
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .github/workflows/tests.yml

+ 1
- 1
.github/workflows/tests.yml Ver fichero

@@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v2
- name: Run unit tests
run: |
go mod init guanguans/id-validator
# go mod init guanguans/id-validator
go test -v -race -coverprofile=coverage -covermode=atomic ./...
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v1.0.6


Cargando…
Cancelar
Guardar