Skip to content

Commit

Permalink
Add a badge for CI to the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan committed Jan 17, 2024
1 parent 4bf1e20 commit efd3a26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test
name: CI

on: [ push, workflow_dispatch ]
env:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Maelstrom

[![CI](https://github.com/maelstrom-software/maelstrom/actions/workflows/ci.yml/badge.svg)](https://github.com/maelstrom-software/maelstrom/actions/workflows/ci.yml)

Maelstrom is an extremely fast Rust test runner built on top of a
general-purpose clustered job runner. Test runners for other languages will
follow soon.
Expand Down

0 comments on commit efd3a26

Please sign in to comment.