Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu committed Feb 6, 2024
1 parent 574ebca commit 6f43300
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ jobs:
- name: check headers
run: |
cp irohnet.h irohnet.h.orig
echo "Running generate_headers"
./target/release/generate_headers
echo "Checking diff of irohnet.h"
diff_output=$(diff irohnet.h irohnet.h.orig)
# Check if the diff_output is not empty
if [[ -n "$diff_output" ]]; then
Expand Down

0 comments on commit 6f43300

Please sign in to comment.