Skip to content

Commit da00e25

Browse files
authored
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.
2 parents 447fcb7 + 4606d3c commit da00e25

File tree

3 files changed

+1
-1
lines changed
  • .github/workflows
  • internal/pull/pull_test

3 files changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
go-version: 1.14.7
3838
- name: Test
39-
run: go test .
39+
run: go test ./...
4040

4141
lint:
4242
name: Lint

internal/pull/pull_test/codeql-action-initial.git/refs/.gitkeep

Whitespace-only changes.

internal/pull/pull_test/codeql-action-modified.git/refs/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)