Skip to content

Commit 3981763

Browse files
run tests that use dependencies in build workflow
Signed-off-by: Kate Goldenring <kate.goldenring@fermyon.com>
1 parent 9a3a9df commit 3981763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: Cargo Test
125125
run: |
126126
make test-unit
127-
make test-integration
127+
make test-e2e
128128
env:
129129
RUST_LOG: spin=trace
130130

0 commit comments

Comments
 (0)