diff options
| author | Ben Busby <noreply+git@benbusby.com> | 2021-11-10 11:47:03 -0700 |
|---|---|---|
| committer | Ben Busby <noreply+git@benbusby.com> | 2021-11-10 11:47:03 -0700 |
| commit | f33279c41b17545bfbe7c0f9baa5d1b49c814a30 (patch) | |
| tree | 561f58830eb7f4552e28b65696876f4998b69252 /.github/workflows/elixir.yml | |
| parent | 2189c9ddcaa3bda8117550e2dc2bc531f793e910 (diff) | |
| download | farside-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/elixir.yml')
| -rw-r--r-- | .github/workflows/elixir.yml | 2 |
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 |
