Skip to content

Commit 89158bc

Browse files
committed
add a task for fw lite tests
1 parent 6e6ec6f commit 89158bc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

backend/FwLite/Taskfile.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,11 @@ tasks:
9393
publish-web-osx-arm:
9494
dir: ./FwLiteWeb
9595
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

Comments
 (0)