-
Notifications
You must be signed in to change notification settings - Fork 6
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
ci: Run tests in CI #25
Conversation
CC: @shankari |
CC also @AssemblyJohn |
78be9b6
to
e6c2a93
Compare
e6c2a93
to
d7cb54d
Compare
e5069e7
to
c9e0e38
Compare
86afae8
to
ba0dfa5
Compare
@shankari I've made some changes to this based on the community feedback on the libocpp PR. Could you take another look at this? CC: @Dominik-K as the provider for the aforementioned community review. |
ba0dfa5
to
70bdebe
Compare
When the pull request is ready for merging, please mark me as a reviewer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me in general, with a few minor comments.
Could you provide a link to a successful run of this workflow in your fork?
70bdebe
to
2efeca8
Compare
https://github.com/US-JOET/libevse-security/actions/runs/7264602730 |
Signed-off-by: Christopher Davis <[email protected]>
2efeca8
to
524f64f
Compare
This commit changes our CI configuration to run our tests when we receive a PR. To keep consistency between libevse-security and other EVerest projects, we also handle linting within `build_and_test.yaml`. Signed-off-by: Christopher Davis <[email protected]>
524f64f
to
6b72370
Compare
Nice! |
This PE changes our CI configuration to run our tests when we receive a PR.
To keep consistency between libevse-security and other EVerest projects, we also
handle linting within
build_and_test.yaml
. Included is a commit to tweak the.gitignore
file so that ci changes are not ignored.One thing I noticed is that other components use ninja instead of make. Should we be using ninja here as well?