diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5b7e32e..90a4a95 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,8 @@ on: push +name: + test + jobs: test: runs-on: ubuntu-latest diff --git a/README.md b/README.md index f7f028a..dbb6746 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Elixir function decorators -[![Build Status](https://github.com/arjan/decorator/workflows/badge.svg)](https://github.com/arjan/decorator) +[![Build Status](https://github.com/arjan/decorator/workflows/test/badge.svg)](https://github.com/arjan/decorator) [![Hex pm](http://img.shields.io/hexpm/v/decorator.svg?style=flat)](https://hex.pm/packages/decorator) A function decorator is a "`@decorate`" annotation that is put just