Skip to content

Commit

Permalink
Ensure rust tests run on build.rs change
Browse files Browse the repository at this point in the history
  • Loading branch information
stuxnot committed Jun 19, 2024
1 parent 8f4ded4 commit 1d11e19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ on:
paths:
- src/**
- include/**
- bindings/rust/build.rs
- bindings/rust/src/**
- bindings/rust/tests/**
pull_request:
branches: [ "main" ]
paths:
- src/**
- include/**
- bindings/rust/build.rs
- bindings/rust/src/**
- bindings/rust/tests/**

Expand Down

0 comments on commit 1d11e19

Please sign in to comment.