Skip to content

Commit

Permalink
Merge pull request #72 from tinythings/isbm-event-processor-callbacks
Browse files Browse the repository at this point in the history
Add event processor callbacks
  • Loading branch information
isbm authored Feb 27, 2025
2 parents f73b6f7 + 27f0991 commit 3f0ac79
Show file tree
Hide file tree
Showing 39 changed files with 734 additions and 162 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/generic_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Setup Rust Env
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- name: Install nextest
uses: taiki-e/install-action@nextest
- name: Build
run: cargo build --verbose
run: make devel
- name: Run tests
run: cargo test --verbose
run: make test
2 changes: 1 addition & 1 deletion .github/workflows/insanity_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: rustup component add clippy
- run: cargo clippy -- -Dwarnings -Aunused-variables -Adead-code
- run: make check
Loading

0 comments on commit 3f0ac79

Please sign in to comment.