Skip to content

Commit

Permalink
debugging info when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaferranti committed Feb 28, 2024
1 parent 8f83d31 commit 995514c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ jobs:
# Runs a single command using the runners shell
- name: Run tests
run: |
mason test
mason test --show
mac-test:
runs-on: macos-latest
steps:
@@ -38,4 +38,4 @@ jobs:
brew install chapel
- name: Run test
run: |
mason test
mason test --show

0 comments on commit 995514c

Please sign in to comment.