Skip to content

Feat: New generic data type ds.List (#585) #4271

Feat: New generic data type ds.List (#585)

Feat: New generic data type ds.List (#585) #4271

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Run tests core
run: ./run_tests.sh