We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03f018 commit 959b313Copy full SHA for 959b313
.github/workflows/ci_workflow.yml
@@ -68,8 +68,6 @@ jobs:
68
run: mix compile --warnings-as-errors
69
- name: Run tests
70
run: mix test
71
- - name: Node shutdown on machine ID conflict test
72
- run: ./test/test_conflict_guard.sh
73
- name: Create docs
74
if: matrix.elixir == '1.18.x'
75
run: mix docs
0 commit comments