Skip to content

Commit

Permalink
workflows/ci: run test-interactive
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Pan <a@tny.town>
  • Loading branch information
tnytown committed Mar 23, 2023
1 parent ddab3c2 commit db04ae5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
- name: test
run: make test TEST_ARGS="-vv --showlocals"

- name: test (interactive)
run: make test-interactive TEST_ARGS="-vv --showlocals"

- uses: ./.github/actions/upload-coverage
# only aggregate test coverage over linux-based tests to avoid any OS-specific filesystem information stored in
# coverage metadata.
Expand Down

0 comments on commit db04ae5

Please sign in to comment.