Skip to content

Use a recent video instead of the old image #62

Use a recent video instead of the old image

Use a recent video instead of the old image #62

Workflow file for this run

name: TinyCols C tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make tests
run: make tests
- name: test_queue
run: ./build/test_queue
- name: test_tinycols
run: ./build/test_tinycols