Skip to content

Rework pos types, add types for mark utils #1067

Rework pos types, add types for mark utils

Rework pos types, add types for mark utils #1067

Workflow file for this run

name: Run tests
on: pull_request_target
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
- uses: nixbuild/nix-quick-install-action@v30
- run: nix develop -i -c bash -c 'make test_nix'