Skip to content

Commit

Permalink
Put e2e tests back into module
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
  • Loading branch information
rylev committed Jan 13, 2024
1 parent de651fe commit cbea533
Show file tree
Hide file tree
Showing 4 changed files with 453 additions and 432 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: BUILD_SPIN_EXAMPLES=0 make lint

- name: Run lints on examples
run: BUILD_SPIN_EXAMPLES=0 make lint-rust-examples-and-testcases
run: BUILD_SPIN_EXAMPLES=0 make lint-rust-examples

- name: Cancel everything if linting fails
if: failure()
Expand Down
Loading

0 comments on commit cbea533

Please sign in to comment.