Skip to content

shows source and target resolution+fps on osd #6

shows source and target resolution+fps on osd

shows source and target resolution+fps on osd #6

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v10
with:
name: mpv-webm
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix-shell tests/default.nix --run "make"
- run: nix-shell tests/default.nix --run "python -m tests.run_tests"