diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci.yml similarity index 83% rename from .github/workflows/ci-test.yml rename to .github/workflows/ci.yml index 5918b4f..1cd66d6 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci.yml @@ -20,5 +20,5 @@ jobs: steps: - name: Run tests - run: dotnet test --no-build Test.LightweightIocContainer + run: dotnet test Test.LightweightIocContainer