Skip to content

Sync variable-length-quantity tests #882

Sync variable-length-quantity tests

Sync variable-length-quantity tests #882

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-26.04
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
- uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68
with:
dotnet-version: "10.0.100"
- run: ./bin/test.ps1
shell: pwsh