Skip to content

Commit

Permalink
Enumerate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewfraser committed Mar 27, 2019
1 parent af79f3f commit 2aaf6cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ image:
before_build:
# Display .NET Core version
- dotnet --version
# Display base path
- dotnet --info
# Restore deps
- dotnet restore
build_script:
- dotnet build
before_test:
- bash scripts/restore.sh
test_script:
- dotnet test
- dotnet test tests/LSP.Tests
- dotnet test tests/ProjectCracker.Tests
- dotnet test tests/FSharpLanguageServer.Tests

0 comments on commit 2aaf6cd

Please sign in to comment.