- remove --no-build flag and revert rename

pull/32/head
Simon G 6 years ago committed by GitHub
parent e6b037c75d
commit 45154912b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .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
Loading…
Cancel
Save