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 <[email protected]>
  • Loading branch information
rylev committed Jan 15, 2024
1 parent de651fe commit 0b5f3ff
Show file tree
Hide file tree
Showing 5 changed files with 471 additions and 435 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 0b5f3ff

Please sign in to comment.