Skip to content

Merge pull request #83 from stefins/dependabot/cargo/clap-4.5.18 #194

Merge pull request #83 from stefins/dependabot/cargo/clap-4.5.18

Merge pull request #83 from stefins/dependabot/cargo/clap-4.5.18 #194

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Run E2E tests
run: python test-wdcrypt.py