Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Bump clap from 4.5.17 to 4.5.18 #193

Bump clap from 4.5.17 to 4.5.18

Bump clap from 4.5.17 to 4.5.18 #193

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