Skip to content

feat: add symbol field to ReadResult and WriteResult #70

feat: add symbol field to ReadResult and WriteResult

feat: add symbol field to ReadResult and WriteResult #70

Workflow file for this run

name: Test
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
submodules: recursive
- name: Setup
uses: ./.github/actions/setup
- name: Test
uses: ./.github/actions/test