Skip to content

Commit

Permalink
Add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 16, 2024
1 parent 6011234 commit 1fda345
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ information.*
| Test `ert` command || [![Test ert](https://github.com/emacs-eask/cli/actions/workflows/test_ert.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/test_ert.yml) |
| Test `ert-runner` command || [![Test ert-runner](https://github.com/emacs-eask/cli/actions/workflows/test_ert-runner.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/test_ert-runner.yml) |
| Test `buttercup` command || [![Test buttercup](https://github.com/emacs-eask/cli/actions/workflows/test_buttercup.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/test_buttercup.yml) |
| Test `ecukes` command || [![Test ecukes](https://github.com/emacs-eask/cli/actions/workflows/test_ecukes.yml/badge.svg)](https://github.com/emacs-eask/cli/actions/workflows/test_ecukes.yml) |

###### Others

Expand Down
2 changes: 1 addition & 1 deletion test/commands/test/ecukes/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ echo "Test command 'ert'..."
cd $(dirname "$0")

eask test ecukes
eask test ecukes ./test/*.el
eask test ecukes ./features/foo.feature

0 comments on commit 1fda345

Please sign in to comment.