We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ba061 commit 3fa044cCopy full SHA for 3fa044c
1 file changed
.github/workflows/dotnet.yml
@@ -1,7 +1,7 @@
1
# This workflow will build a .NET project
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
3
4
-name: .NET
+name: Build, Test and Execute
5
6
on:
7
push:
@@ -104,6 +104,7 @@ jobs:
104
- name: Build .NET 8.0
105
run: dotnet build --no-restore -f net8.0
106
- name: Execute
107
+ working-directory: ./SerializersBenchmark
108
run: dotnet run -c Release -f net8.0 -- --runtimes net6.0 net8.0 --filter *
109
110
#TODO process results
0 commit comments