Skip to content

Commit ba3d5f9

Browse files
committed
chore(ci): unpin cargo lambda in integration test ci
1 parent aff8d88 commit ba3d5f9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/run-integration-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ permissions:
77
on:
88
workflow_dispatch:
99
push:
10+
pull_request:
11+
paths:
12+
- '.github/**'
13+
1014

1115
jobs:
1216
run-integration-tests:
@@ -18,8 +22,6 @@ jobs:
1822
repo: cargo-lambda/cargo-lambda
1923
platform: linux
2024
arch: x86_64
21-
# TODO: unpin once https://github.com/awslabs/aws-lambda-rust-runtime/issues/1006 is fixed
22-
tag: v1.8.1
2325
- name: install Zig toolchain
2426
uses: mlugg/setup-zig@v2
2527
with:

0 commit comments

Comments
 (0)