Skip to content

solve git test action warning[CDS-906] #3

solve git test action warning[CDS-906]

solve git test action warning[CDS-906] #3

Workflow file for this run

name: coralogix-aws-shipper tests
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- name: start ssh agent for rust private dependencies
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: run tests
run: |
cargo test --all -- --nocapture