Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Sep 13, 2024
1 parent 3ff2b6e commit 51ebe93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ runs:
run: cargo test --manifest-path tools/slicec-cs/Cargo.toml
shell: bash
- name: 🧪 Test
run: dotnet test --no-build --verbosity normal
# See https://github.com/microsoft/vstest/issues/2080#issuecomment-539879345
run: dotnet test --no-build --verbosity normal --logger:"console;noprogress=true"
shell: bash

0 comments on commit 51ebe93

Please sign in to comment.