Skip to content

Commit

Permalink
Change badge with shields.io
Browse files Browse the repository at this point in the history
  • Loading branch information
kuy committed Jul 26, 2020
1 parent 2539730 commit f417775
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
with:
path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
- run: cd test-suite && cargo test
- name: Test
run: cd test-suite && cargo test
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@

---

![CI](https://github.com/raiden-rs/raiden-sqs/workflows/CI/badge.svg)
[![status]][actions]

[status]: https://img.shields.io/github/workflow/status/raiden-rs/raiden-sqs/CI/master
[actions]: https://github.com/raiden-rs/raiden-sqs/actions?query=branch%3Amaster

## Status

Expand Down

0 comments on commit f417775

Please sign in to comment.