Merge pull request #15 from github/fix-tests

Fix an issue with the tests not running on CI and some empty folders that should be checked in.
This commit is contained in:
Chris Gavin 2020-08-21 13:45:16 +01:00 коммит произвёл GitHub
Родитель 447fcb7da7 4606d3cb09
Коммит da00e25aa1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/ci.yml поставляемый
Просмотреть файл

@ -36,7 +36,7 @@ jobs:
with:
go-version: 1.14.7
- name: Test
run: go test .
run: go test ./...
lint:
name: Lint

Просмотреть файл

Просмотреть файл