Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Santomaggio <[email protected]>
  • Loading branch information
Gsantomaggio committed Jun 5, 2024
1 parent b058135 commit 0c62eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-supported-net-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
run: dotnet --version
- name: Restore
run: dotnet restore ./rabbitmq-amqp-dotnet-client.sln --verbosity=normal
- name: Build
run: dotnet build ./rabbitmq-amqp-dotnet-client.sln --no-restore --verbosity=normal
- name: Verify
run: dotnet format ./rabbitmq-amqp-dotnet-client.sln --no-restore --verbosity=diagnostic --verify-no-changes
- name: Build
run: dotnet build ./rabbitmq-amqp-dotnet-client.sln --no-restore --verbosity=normal
- name: Test
run: dotnet test ./rabbitmq-amqp-dotnet-client.sln --no-build --logger "console;verbosity=detailed" /p:AltCover=true
- name: Stop toxiproxy
Expand Down

0 comments on commit 0c62eb1

Please sign in to comment.