Skip to content

Commit

Permalink
Add unit test badge
Browse files Browse the repository at this point in the history
  • Loading branch information
turiyadev committed Oct 28, 2023
1 parent 6981c6b commit 782fdd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests
name: Unit Tests

on: [push]

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Keymask-Base41

[![Unit Tests](https://github.com/keymask/keymask-base41/actions/workflows/test.yml/badge.svg)](https://github.com/keymask/keymask-base41/actions/workflows/test.yml)

`Keymask-Base41` is a dependency-free Typescript/JavaScript utility that maps
integers up to 64 bits in length to compact, random-looking character strings.

Expand Down

0 comments on commit 782fdd2

Please sign in to comment.