diff --git a/CHANGELOG.md b/CHANGELOG.md index dea01a4..0d7c994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,4 +6,5 @@ All notable changes to this project will be documented in this file. - Began tracking changes in the `CHANGELOG.md` file. - [breaking] Lowered MSRV to 1.74 to match `librespot`'s `0.5.0-dev` branch. -- Fixed `pre-commit` hook to properly process the `CARGO_README.md` file. \ No newline at end of file +- Fixed `pre-commit` hook to properly process the `CARGO_README.md` file. +- Added testing workflow to the repository, targeting only major x64 platforms. \ No newline at end of file diff --git a/README.md b/README.md index 3e44b3d..7685e34 100644 --- a/README.md +++ b/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)