Test adding abi-checker to CI
This commit is contained in:
parent
3bd9821342
commit
fb6362e093
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -105,6 +105,11 @@ jobs:
|
||||
|
||||
./y.rs test
|
||||
|
||||
|
||||
- name: Run abi-checker
|
||||
if: matrix.env.TARGET_TRIPLE == ''
|
||||
run: ./y.rs abi-checker
|
||||
|
||||
- name: Package prebuilt cg_clif
|
||||
run: tar cvfJ cg_clif.tar.xz build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user