Skip to content

Add increment parameter for skipping video frames #49

Add increment parameter for skipping video frames

Add increment parameter for skipping video frames #49

Workflow file for this run

name: Rust
on:
push:
paths-ignore:
- "*.yml"
- .gitignore
- "*.md"
pull_request:
paths-ignore:
- "*.yml"
- .gitignore
- "*.md"
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
container: shssoichiro/av1an-ci:latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo clippy --verbose
- name: Run tests
run: cargo test --verbose