Skip to content

Commit

Permalink
turning off all CI tests but Marten.Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Oct 22, 2024
1 parent 0f9da68 commit fde25e3
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions build/build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,16 @@ class Build : NukeBuild

Target Test => _ => _
.DependsOn(TestBaseLib)
.DependsOn(TestCore)
.DependsOn(TestDocumentDb)
.DependsOn(TestEventSourcing)
.DependsOn(TestCli)
.DependsOn(TestLinq)
.DependsOn(TestMultiTenancy)
.DependsOn(TestPatching)
.DependsOn(TestValueTypes)
.DependsOn(TestCodeGen);
// .DependsOn(TestCore)
// .DependsOn(TestDocumentDb)
// .DependsOn(TestEventSourcing)
// .DependsOn(TestCli)
// .DependsOn(TestLinq)
// .DependsOn(TestMultiTenancy)
// .DependsOn(TestPatching)
// .DependsOn(TestValueTypes)
// .DependsOn(TestCodeGen)
;

Target TestExtensions => _ => _
.DependsOn(TestNodaTime)
Expand Down

0 comments on commit fde25e3

Please sign in to comment.