File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 76
76
- name : Verify
77
77
run : dotnet format ./rabbitmq-stream-dotnet-client.sln --no-restore --verbosity=diagnostic --verify-no-changes
78
78
- name : Test
79
- run : dotnet test ./Build.csproj --no-build --logger "console;verbosity=detailed" /p:AltCover=true
79
+ run : dotnet test ./Build.csproj --no-build --logger "console;verbosity=detailed" /p:AltCover=true /p:AltCoverStrongNameKey=${{github.workspace}}/rabbit.snk
80
80
- name : Upload code coverage to Codecov
81
81
run : bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 7
7
dotnet build $(CURDIR ) /Build.csproj
8
8
9
9
test : build
10
- dotnet test $(CURDIR ) /Tests/Tests.csproj --no-build --logger " console;verbosity=detailed" /p:AltCover=true
10
+ dotnet test $(CURDIR ) /Tests/Tests.csproj --no-build --logger " console;verbosity=detailed" /p:AltCover=true /p:AltCoverStrongNameKey= $( CURDIR ) /rabbit.snk
11
11
12
12
rabbitmq-server :
13
13
docker run -it --rm --name rabbitmq-stream-docker \
You can’t perform that action at this time.
0 commit comments