Skip to content

Commit

Permalink
Exercise all bpf instructions (#552)
Browse files Browse the repository at this point in the history
* instruction exerciser

* Appease clippy nightly

* Add missing or and all signed/unsigned arithmetic

* Add missing sbfv1 instructions

Signed-off-by: Sean Young <[email protected]>

---------

Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung authored Apr 30, 2024
1 parent ec42f02 commit f21dbb6
Show file tree
Hide file tree
Showing 2 changed files with 543 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
export RUSTFLAGS="-D warnings"
cargo build --verbose
cargo test --verbose
cargo test --test exercise_instructions --verbose
shell: bash
- name: CLI - Lint
run: |
Expand Down
Loading

0 comments on commit f21dbb6

Please sign in to comment.