Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ecto for otp26 #420

Merged
merged 20 commits into from
Jan 10, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
re-run failed integration tests
XiXiaPdx committed Dec 28, 2023
commit 3ae37399168dc447155ea9fd5f3c40085a9d326d
4 changes: 4 additions & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
@@ -132,8 +132,12 @@ jobs:

- name: Run integration tests
run: |
set +e
mix test
set -e
mix test --trace --failed
mix instrumented_task
mix uninstrumented_task

env:
MIX_ENV: test