diff --git a/.github/workflows/pythonapp.yaml b/.github/workflows/pythonapp.yaml index e93d3df..8df2724 100644 --- a/.github/workflows/pythonapp.yaml +++ b/.github/workflows/pythonapp.yaml @@ -33,7 +33,7 @@ jobs: - name: Test with pytest run: | - poetry run pytest + poetry run nose2 -v --pretty-assert env: testing: actions diff --git a/README.md b/README.md index 685e9d9..eec026b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Stegano [![builds.sr.ht status](https://builds.sr.ht/~cedric/stegano.svg)](https://builds.sr.ht/~cedric/stegano) - +[![Workflow](https://github.com/cedric/Stegano/workflows/Python%20application/badge.svg?style=flat-square)](https://github.com/cedric/Stegano/actions?query=workflow%3A%22Python+application%22) [Stegano](https://sr.ht/~cedric/stegano), a pure Python Steganography module.