We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6ec6f commit 89158bcCopy full SHA for 89158bc
1 file changed
backend/FwLite/Taskfile.yml
@@ -93,3 +93,11 @@ tasks:
93
publish-web-osx-arm:
94
dir: ./FwLiteWeb
95
cmd: dotnet publish -r osx-arm64
96
+
97
98
+ test-quick:
99
+ cmd: dotnet test ../../FwLiteOnly.slnf --filter "Category!=Slow&Category!=Integration"
100
+ test:
101
+ cmd: dotnet test ../../FwLiteOnly.slnf --filter Category!=Slow
102
+ test-full:
103
+ cmd: dotnet test ../../FwLiteOnly.slnf
0 commit comments