- try fixing tests

pull/57/head
Simon G 4 years ago committed by GitHub
parent 604ed9b2ef
commit e6109b1099
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/ci.yml

@ -24,9 +24,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
- name: Run tests
run: dotnet test

Loading…
Cancel
Save