Skip to content

Commit

Permalink
try dotnet test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtule authored Oct 2, 2019
1 parent 2e5ab5a commit 2043357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
dotnet: [2.1.802, 3.0.100]
os: [ubuntu-latest, windows-latest, macOS-latest]
dotnet: [2.1.802, 3.0.100]
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
Expand All @@ -21,4 +21,4 @@ jobs:
- name: Build with dotnet ${{ matrix.dotnet }}
run: dotnet build
- name: Test with xUnit
run: dotnet xunit -nobuild
run: dotnet test --no-build

0 comments on commit 2043357

Please sign in to comment.