Skip to content

Commit

Permalink
Badge, concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
pmikolajczyk41 committed Jun 19, 2023
1 parent 08f069a commit 6831707
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/rust-checks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Builds unit test binary and run unit tests, runs static rust code analysis and code formatting
name: Rust checks

on:
push:
Expand All @@ -10,6 +10,9 @@ on:
- main
workflow_dispatch:

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true

jobs:
main:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# DRink!
[![Rust checks](https://github.com/Cardinal-Cryptography/drink/actions/workflows/rust-checks.yml/badge.svg)](https://github.com/Cardinal-Cryptography/drink/actions/workflows/rust-checks.yml)

# DRink!
_Dechained Ready-to-play ink! playground_

0 comments on commit 6831707

Please sign in to comment.