secure-systems-lab / securesystemslib

Cryptographic and general-purpose routines for Secure Systems Lab projects at NYU
MIT License
48 stars 49 forks source link

Create a Github status check for whole test run #893

Open jku opened 1 month ago

jku commented 1 month ago

Currently our required status checks look like this: Screenshot from 2024-10-15 18-05-37

this is very annoying as soon as a new Python version is released as the check names change. I believe we could fix this by adding another job to the test workflow that requires the whole matrix to succeed: this should show up as a single check that won't change its name.