Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit fb6362e

Browse files
committed
Test adding abi-checker to CI
1 parent 3bd9821 commit fb6362e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ jobs:
105105
106106
./y.rs test
107107
108+
109+
- name: Run abi-checker
110+
if: matrix.env.TARGET_TRIPLE == ''
111+
run: ./y.rs abi-checker
112+
108113
- name: Package prebuilt cg_clif
109114
run: tar cvfJ cg_clif.tar.xz build
110115

0 commit comments

Comments
 (0)