Skip to content

Commit

Permalink
Changing internal structure of EventListener so it can be unit teste (#…
Browse files Browse the repository at this point in the history
…225)

Co-authored-by: Jakub Zajkowski <[email protected]>
  • Loading branch information
zajko and Jakub Zajkowski authored Dec 18, 2023
1 parent 584cb5c commit 41f6585
Show file tree
Hide file tree
Showing 13 changed files with 783 additions and 616 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-casper-event-sidecar-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
# Hope to get to here:
# run: cargo audit --deny warnings
# RUSTSEC-2022-0093 - that is an issue that comes form casper-types, need to update that depenency as soon as a new release is made
run: cargo audit --ignore RUSTSEC-2022-0093
# RUSTSEC-2023-0071 - there is a transitive audit issue via sqlx. There is no fix for that yet, we should update dependencies once a fix is presented
run: cargo audit --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2023-0071

- name: test
run: cargo test
Expand Down
Loading

0 comments on commit 41f6585

Please sign in to comment.