diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index aa4787c..820a2a6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -2,11 +2,6 @@ name: test on: workflow_dispatch: - inputs: - fail_fast: - description: 'Fail fast strategy' - required: false - default: 'true' push: paths-ignore: - README.md @@ -26,7 +21,7 @@ env: jobs: build: strategy: - fail-fast: ${{ github.event.inputs.fail_fast || 'true' }} + fail-fast: true matrix: include: diff --git a/CARGO_README.md b/CARGO_README.md index 8a0dbcf..becf08e 100644 --- a/CARGO_README.md +++ b/CARGO_README.md @@ -1,6 +1,7 @@ # spotify-quickauth -[![Build Status](https://github.com/Xevion/spotify-quickauth/workflows/Build/badge.svg)](https://github.com/Xevion/spotify-quickauth/actions) +[![Build Status](https://github.com/Xevion/spotify-quickauth/workflows/build/badge.svg)](https://github.com/Xevion/spotify-quickauth/actions) +[![Testing Status](https://github.com/Xevion/spotify-quickauth/workflows/test/badge.svg)](https://github.com/Xevion/spotify-quickauth/actions) [![Crates.io](https://img.shields.io/crates/v/spotify-quickauth.svg)](https://crates.io/crates/spotify-quickauth) ![Crates.io MSRV](https://img.shields.io/crates/msrv/spotify-quickauth) ![GitHub last commit](https://img.shields.io/github/last-commit/Xevion/spotify-quickauth)