diff --git a/.github/workflows/test.yml b/.github/workflows/tests.yml similarity index 98% rename from .github/workflows/test.yml rename to .github/workflows/tests.yml index 087df43..41c6931 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: Test +name: Tests on: push: diff --git a/README.md b/README.md index 8a4988f..5831d90 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ repository. that contains more than one path. It is read-only: it reports duplicates but does not remove or otherwise modify any files. -[![Test](https://github.com/mikegerber/git-annex-duplicates/actions/workflows/test.yml/badge.svg)](https://github.com/mikegerber/git-annex-duplicates/actions/workflows/test.yml) +[![Tests](https://github.com/mikegerber/git-annex-duplicates/actions/workflows/tests.yml/badge.svg)](https://github.com/mikegerber/git-annex-duplicates/actions/workflows/tests.yml) ## Requirements diff --git a/test/test_cli.py b/tests/test_cli.py similarity index 100% rename from test/test_cli.py rename to tests/test_cli.py