fix: handle stack not ready response by returning to client (#104) #217
elixir_tests.yml
on: push
mix test
1m 58s
Test installation as a dependency without Electric or Ecto
2m 8s
Test installation as a dependency with embedded Electric
3m 14s
Test integration apps
2m 14s
mix format --check-formatted
16s
Annotations
1 warning
|
mix test
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
|