We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2539730 commit f417775Copy full SHA for f417775
.github/workflows/ci.yml
@@ -25,4 +25,5 @@ jobs:
25
with:
26
path: target
27
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
28
- - run: cd test-suite && cargo test
+ - name: Test
29
+ run: cd test-suite && cargo test
README.md
@@ -6,7 +6,10 @@
6
7
---
8
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
13
14
## Status
15
0 commit comments