Skip to content

Commit

Permalink
add test badge
Browse files Browse the repository at this point in the history
  • Loading branch information
xavi-pinsach committed Jul 21, 2023
1 parent 877d8ec commit 7f5adeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Tests
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Basic KZG Study
[![Test](https://github.com/xavi-pinsach/kzg-basic-study/workflows/test/badge.svg)](https://github.com/xavi-pinsach/kzg-basic-study/actions?query=workflow%3ATest)
![Tests](https://github.com/xavi-pinsach/kzg-basic-study/actions/workflows/tests/badge.svg)

This repository is a simople study about KZG polynomial commiment sceheme.

Expand Down

0 comments on commit 7f5adeb

Please sign in to comment.