Skip to content

Commit

Permalink
hi diff
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Apr 21, 2024
1 parent 79ef3af commit a840e42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- run: |
set -x
just --yes ffi
git diff | grep 'diff --git' && false
git diff | grep 'diff --git'
[[ $? -eq 0 ]] && false
- run: just build
- run: cargo test
- run: cd vncharset && cargo test
Expand Down

0 comments on commit a840e42

Please sign in to comment.