Skip to content

Bump tar from 0.4.42 to 0.4.43 #203

Bump tar from 0.4.42 to 0.4.43

Bump tar from 0.4.42 to 0.4.43 #203

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