Skip to content

Commit

Permalink
asyncapi#197 need more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Senn Geerts authored and Senn Geerts committed Jul 7, 2024
1 parent 195dc14 commit 8583f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run dotnet build src
run: dotnet build ./src/Saunter-src.slnf --configuration Debug
- name: Run dotnet build all
run: dotnet build --configuration Debug
run: dotnet build -v n --configuration Debug
- name: Run dotnet test
run: dotnet test --no-build

Expand Down

0 comments on commit 8583f08

Please sign in to comment.