Skip to content

Commit 0b5f3ff

Browse files
committed
Put e2e tests back into module
Signed-off-by: Ryan Levick <[email protected]>
1 parent de651fe commit 0b5f3ff

File tree

5 files changed

+471
-435
lines changed

5 files changed

+471
-435
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: BUILD_SPIN_EXAMPLES=0 make lint
4343

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

4747
- name: Cancel everything if linting fails
4848
if: failure()

0 commit comments

Comments
 (0)