Skip to content

Commit

Permalink
Actions: Fix target name of tests to run
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Aug 8, 2024
1 parent db06151 commit 0205dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
curl -fsSL https://git.io/shellspec | sh -s master -y
- name: Check code
run: make check_with_docker
- name: Run all tests
run: make testall
- name: Test in various shells
run: make test_in_various_shells
- name: Measure code coverage
run: make test_with_coverage
- name: Send code coverage
Expand Down

0 comments on commit 0205dda

Please sign in to comment.