Skip to content

fixed parsing and printing for f64 arrays. other cleanup #244

fixed parsing and printing for f64 arrays. other cleanup

fixed parsing and printing for f64 arrays. other cleanup #244

Workflow file for this run

name: make check test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone repository
run: git clone https://github.com/reginaldford/sms
- name: Initialize and update submodules
working-directory: ./sms
run: git submodule update --recursive --init
- name: Run make check
working-directory: ./sms
run: make check