CI simplifications
- Jun 11, 2023
-
-
David Runge authored
As this crate is a library, we do not want to store any artifacts.
-
David Runge authored
While a script as pre-commit hook is convenient it is not flexible enough to account for several CI stages. Split all checks into separate jobs and add them to the check stage. Split cargo deny call into job and add to test stage (run after build). Add all check jobs to publish job as requirement.
-
David Runge authored
As each job extends from the .prepare job, we can just use a default before_script instead.
-
David Runge authored
-