Skip to content

Commit f6a91dc

Browse files
committed
Don't run --trace for mix test on integration tests
1 parent 7e9d983 commit f6a91dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
- run: mix deps.compile
6464
- run: mix compile
6565
- run: mix test
66-
- run: EXQLITE_INTEGRATION=true mix test --trace
66+
- run: EXQLITE_INTEGRATION=true mix test

0 commit comments

Comments
 (0)