Skip to content

Merge pull request #84 from stefins/dependabot/cargo/tar-0.4.42 #196

Merge pull request #84 from stefins/dependabot/cargo/tar-0.4.42

Merge pull request #84 from stefins/dependabot/cargo/tar-0.4.42 #196

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