The indentation of the yaml file was incorrect so the osci
infrastructure was not actually running the gating test.
Related: rhbz#1999686
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
Add gating.yml to satisfy gating requirements. Since the unit tests run
during build, there's a lot of confidence that things are working
properly, so just add a very basic gating test that executes the binary
and makes sure it works.
Also add rpminspect.yml to disable the annocheck test for rpminspect.
This test assumes that gcc is used and therefore is expected to fail for
rust binaries.
Related: rhbz#1999686
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>