Skip to content

Initial commit

Initial commit #5

Workflow file for this run

name: Test package
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Build
run: swift build
- name: Run tests
run: .build/debug/CVorbisTests