Skip to content

Commit d0d63e0

Browse files
committed
add tracing of tests to CI
1 parent ab28b18 commit d0d63e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
mix local.hex --force
2121
mix deps.get
2222
23-
- run: mix test
24-
- run: EXQLITE_INTEGRATION=true mix test
23+
- run: mix test --trace
24+
- run: EXQLITE_INTEGRATION=true mix test --trace

0 commit comments

Comments
 (0)