Simplify flake (#9)
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/all-checks-complete Pipeline was successful

Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com>
Reviewed-on: #9
This commit is contained in:
2024-05-31 23:33:46 +00:00
parent b96148c826
commit 73a0342291
10 changed files with 88 additions and 434 deletions

View File

@@ -7,9 +7,7 @@ open System.IO
[<TestFixture>]
module TestEndToEnd =
type private Dummy =
class
end
type private Dummy = class end
[<TestCase "example1.json">]
[<TestCase "CapitalsOfTheWorld.json">]