We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de1237 commit e8b8236Copy full SHA for e8b8236
1 file changed
.github/workflows/compile_lambda_rs.yml
@@ -47,7 +47,7 @@ jobs:
47
rustup default ${{ matrix.rustup-toolchain }}
48
49
- name: Build Lambda & other default workspace members.
50
- run: cargo build
+ run: cargo test --all
51
52
- uses: actions/setup-ruby@v1
53
- name: Send Webhook Notification for build status.
0 commit comments