summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBen Busby <noreply+git@benbusby.com>2021-11-10 11:47:03 -0700
committerBen Busby <noreply+git@benbusby.com>2021-11-10 11:47:03 -0700
commitf33279c41b17545bfbe7c0f9baa5d1b49c814a30 (patch)
tree561f58830eb7f4552e28b65696876f4998b69252 /.github/workflows
parent2189c9ddcaa3bda8117550e2dc2bc531f793e910 (diff)
downloadfarside-f33279c41b17545bfbe7c0f9baa5d1b49c814a30.tar.gz
Test for valid service redirects
Updates testing to iterate through all available services and validate that each one correctly produces a 302 redirect.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/elixir.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml
index d36ef4f..e4b5981 100644
--- a/.github/workflows/elixir.yml
+++ b/.github/workflows/elixir.yml
@@ -38,4 +38,4 @@ jobs:
run: FARSIDE_TEST=1 mix run update.exs
- name: Run tests
- run: mix test
+ run: mix test --trace