Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI and add first fuzz test #20

Merged
merged 4 commits into from Apr 1, 2022

Conversation

qmuntal
Copy link
Contributor

@qmuntal qmuntal commented Mar 30, 2022

This PR does several things:

  • Change CI scripts so they are executed on every PR and on every push to main. Previous behavior was to run them just on every push to main, and that's too late.
  • Remove circle-ci config file and related Makefile targets. We are using GH Actions instead of Circle CI. We probably inherited those files when the repo was forked.
  • Remove a fuzzing test which was not using the brand new built-in fuzzing framework.
  • Add a fuzz test which does something meaningful.

Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
@qmuntal
Copy link
Contributor Author

qmuntal commented Mar 30, 2022

Copy link
Contributor

@thomas-fossati thomas-fossati left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It all looks good to me. Thanks!

Copy link
Contributor

@SteveLasker SteveLasker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Merge, validate, learn, change, iterate, rinse repeat

@SteveLasker SteveLasker merged commit 2895992 into veraison:main Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants