Explain that pyo3-ffi-check is part of our CI now.

This commit is contained in:
Adam Reichold 2023-03-08 16:08:27 +01:00
parent d31fa297c5
commit b63f9831ad
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ This is a simple program which compares ffi definitions from `pyo3-ffi` against
If any differ in size, these are printed to stdout and a the process will exit nonzero. If any differ in size, these are printed to stdout and a the process will exit nonzero.
The main purpose of this program is to run a scheduled weekly job in Github actions to catch possible errors in PyO3's ffi definitions. The main purpose of this program is to be run as part of PyO3's continuous integration pipeline to catch possible errors in PyO3's ffi definitions.