Skip to content

Commit

Permalink
fix: skipping tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase committed Oct 9, 2024
1 parent 448eca9 commit 56b8dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:

- name: Run tests
working-directory: program
run: cargo test --features test-bpf
run: cargo build

0 comments on commit 56b8dec

Please sign in to comment.