Skip to content

README.md: Update to recommend running unit tests with -c opt. #6

README.md: Update to recommend running unit tests with -c opt.

README.md: Update to recommend running unit tests with -c opt. #6

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
linux-amd64:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/iamf-tools-builder