Skip to content

Commit

Permalink
Merge pull request #36 from edouardpoitras/process-state-management
Browse files Browse the repository at this point in the history
LocalCommand state management
  • Loading branch information
edouardpoitras authored Aug 21, 2024
2 parents 6b4a347 + baccbd5 commit 4bfa855
Show file tree
Hide file tree
Showing 17 changed files with 504 additions and 283 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
run: sudo apt-get update; sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
- name: Run cargo test
run: cargo test
- name: Run cargo examples
run: ./examples/run_all_examples.sh

# Run cargo clippy -- -D warnings
clippy_check:
Expand Down
Loading

0 comments on commit 4bfa855

Please sign in to comment.