Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshiew committed Dec 23, 2023
1 parent fc9bfcf commit 31db8be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
CARGO_TERM_VERBOSE: true

jobs:
check:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -22,3 +22,5 @@ jobs:
sudo apt-get install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev libxkbcommon-dev
- uses: Swatinem/rust-cache@v2
- run: cargo check
- run: cargo test
- run: cargo build --release --no-default-features

0 comments on commit 31db8be

Please sign in to comment.