Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
maybe plz
  • Loading branch information
TheAngryByrd committed Mar 30, 2023
1 parent 7e6f106 commit 6607a31
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 210 deletions.
2 changes: 1 addition & 1 deletion build/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ let init args =
Target.create "Build" (fun _ -> DotNet.build id "")

let testTFM tfm =
exec "dotnet" $"test --blame --blame-hang-timeout 60s --no-build --framework {tfm} --logger trx --logger GitHubActions -c Release .\\test\\Ionide.ProjInfo.Tests\\Ionide.ProjInfo.Tests.fsproj" "."
exec "dotnet" $"test --blame --blame-hang-timeout 2m --no-build --framework {tfm} --logger trx --logger GitHubActions -c Release .\\test\\Ionide.ProjInfo.Tests\\Ionide.ProjInfo.Tests.fsproj" "."
|> ignore

Target.create "Test" DoNothing
Expand Down
Loading

0 comments on commit 6607a31

Please sign in to comment.