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

add workflow to run test suite #623

Merged
merged 2 commits into from
Apr 18, 2022
Merged

Conversation

cjerad
Copy link
Contributor

@cjerad cjerad commented Apr 15, 2022

Description of changes:

  • Add workflow to run v2's test suite on pushes and PRs to the v2 branch
  • Add ginkgo to the toolchain

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@cjerad cjerad marked this pull request as ready for review April 15, 2022 19:01
@cjerad cjerad requested a review from a team as a code owner April 15, 2022 19:01
@cjerad cjerad requested review from LikithaVemulapalli and brycahta and removed request for a team April 15, 2022 19:01

- name: make test
run: make test
working-directory: ./src
Copy link
Contributor

Choose a reason for hiding this comment

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

why set working-directory here? for the deps?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The source code and Makefile are currently in the src sub-directory.

Copy link
Contributor

@brycahta brycahta left a comment

Choose a reason for hiding this comment

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

/lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
V2
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

2 participants