Skip to content

Commit

Permalink
seems like the new compiler exception is sometimes thrown, sometimes …
Browse files Browse the repository at this point in the history
…not.
  • Loading branch information
dawedawe committed Oct 10, 2023
1 parent e589ce5 commit 2f0ad13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ pipeline "Build" {
run (analyzeProject "./src/Fantomas.Benchmarks/Fantomas.Benchmarks.fsproj")
run (analyzeProject "./src/Fantomas.Client/Fantomas.Client.fsproj")
run (analyzeProject "./src/Fantomas.Client.Tests/Fantomas.Client.Tests.fsproj")
// run (analyzeProject "./src/Fantomas.Core/Fantomas.Core.fsproj") // compiler exn
// run (analyzeProject "./src/Fantomas.Core.Tests/Fantomas.Core.Tests.fsproj") // compiler exn
run (analyzeProject "./src/Fantomas.Core/Fantomas.Core.fsproj")
run (analyzeProject "./src/Fantomas.Core.Tests/Fantomas.Core.Tests.fsproj")
run (analyzeProject "./src/Fantomas.FCS/Fantomas.FCS.fsproj")
run (analyzeProject "./src/Fantomas.Tests/Fantomas.Tests.fsproj")
}
Expand Down

0 comments on commit 2f0ad13

Please sign in to comment.