Skip to content

Commit

Permalink
enable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sembrestels committed Sep 6, 2024
1 parent bbc8632 commit c312de4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
cd contracts/councilhaus
bun install
bun run test:coverage
cd ../..
- name: Coveralls
uses: coverallsapp/github-action@v2
uses: coverallsapp/github-action@v2
with:
base-path: contracts/councilhaus
debug: true

0 comments on commit c312de4

Please sign in to comment.