Skip to content

Commit

Permalink
Clean up GHA code and add badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jlippitt committed May 7, 2024
1 parent 32a61bc commit 59ba31f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: CI

on:
push:
Expand All @@ -11,7 +11,7 @@ env:

jobs:
build:

name: Build
runs-on: ubuntu-latest

steps:
Expand All @@ -21,6 +21,6 @@ jobs:
sudo apt update
sudo apt install libasound2-dev libudev-dev
- name: Build
run: cargo build --verbose
run: cargo build
- name: Run tests
run: cargo test --verbose
run: cargo test
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![CI](https://github.com/jlippitt/reality/actions/workflows/ci.yml/badge.svg)

# Reality

Usage:
Expand Down

0 comments on commit 59ba31f

Please sign in to comment.