Skip to content

fileWriteArr("filename",ui8[ ...]) works and also with f64 arrays. #246

fileWriteArr("filename",ui8[ ...]) works and also with f64 arrays.

fileWriteArr("filename",ui8[ ...]) works and also with f64 arrays. #246

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