From b63f9831ad2ed49aa670a0d3ba8233f76cb07293 Mon Sep 17 00:00:00 2001 From: Adam Reichold Date: Wed, 8 Mar 2023 16:08:27 +0100 Subject: [PATCH] Explain that pyo3-ffi-check is part of our CI now. --- pyo3-ffi-check/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyo3-ffi-check/README.md b/pyo3-ffi-check/README.md index ab35fc15..ced60dce 100644 --- a/pyo3-ffi-check/README.md +++ b/pyo3-ffi-check/README.md @@ -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. -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.