Skip to content

Commit

Permalink
Build library for integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Sep 19, 2023
1 parent 03765e7 commit d08eca0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -500,9 +500,8 @@ let testProjectConfigs() =
)

let testIntegration() =
runInDir "tests/Integration/Integration" "dotnet run -c Release"

buildLibraryTsIfNotExists()
runInDir "tests/Integration/Integration" "dotnet run -c Release"
runInDir "tests/Integration/Compiler" "dotnet run -c Release"
testProjectConfigs()

Expand Down

0 comments on commit d08eca0

Please sign in to comment.