Skip to content

Commit f417775

Browse files
committed
Change badge with shields.io
1 parent 2539730 commit f417775

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ jobs:
2525
with:
2626
path: target
2727
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
28-
- run: cd test-suite && cargo test
28+
- name: Test
29+
run: cd test-suite && cargo test

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66

77
---
88

9-
![CI](https://github.com/raiden-rs/raiden-sqs/workflows/CI/badge.svg)
9+
[![status]][actions]
10+
11+
[status]: https://img.shields.io/github/workflow/status/raiden-rs/raiden-sqs/CI/master
12+
[actions]: https://github.com/raiden-rs/raiden-sqs/actions?query=branch%3Amaster
1013

1114
## Status
1215

0 commit comments

Comments
 (0)