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 b30c3af commit 28d898aCopy full SHA for 28d898a
.github/workflows/msbuild.yml
@@ -73,3 +73,4 @@ jobs:
73
- run: C:\hostedtoolcache\windows\xmake\dev\x64\xmake.exe clean -a
74
- run: C:\hostedtoolcache\windows\xmake\dev\x64\xmake.exe f -y -v --project=. "--file=./xmake.lua" --mode=test
75
- run: C:\hostedtoolcache\windows\xmake\dev\x64\xmake.exe build -v -y -w --project=. "--file=./xmake.lua" --group=test
76
+ - run: xmake run --group=test
0 commit comments