We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab28b18 commit d0d63e0Copy full SHA for d0d63e0
.github/workflows/ci.yml
@@ -20,5 +20,5 @@ jobs:
20
mix local.hex --force
21
mix deps.get
22
23
- - run: mix test
24
- - run: EXQLITE_INTEGRATION=true mix test
+ - run: mix test --trace
+ - run: EXQLITE_INTEGRATION=true mix test --trace
0 commit comments