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 support for integration test via GitHub Actions #913

Merged
merged 8 commits into from
Aug 13, 2024

Conversation

maxday
Copy link
Contributor

@maxday maxday commented Aug 2, 2024

✍️ Description of changes:

This PR enable automatic integration testing via GitHub Actions.
This will create and destroy new stacks on each run.
Integration tests are also written in Rust and run via idiomatic cargo run
For now, tests are really simple : hello world + asserting that the status code is 200 but this PR is building the fondations for more complex testing.

I've check that the action is actually running correclty:
Screenshot 2024-08-02 at 18 34 49

🔏 By submitting this pull request

  • I confirm that I've ran cargo +nightly fmt.
  • I confirm that I've ran cargo clippy --fix.
  • I confirm that I've made a best effort attempt to update all relevant documentation.
  • I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link
Contributor

@calavera calavera left a comment

Choose a reason for hiding this comment

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

Awesome!

@maxday maxday merged commit d7c53b2 into main Aug 13, 2024
6 checks passed
@maxday maxday deleted the maxday/add-integration-test branch August 13, 2024 17:10
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.

2 participants