Skip to content

Reduce RAM in write_features #112

Reduce RAM in write_features

Reduce RAM in write_features #112

Workflow file for this run

name: Test
on:
push:
env:
CARGO_TERM_COLOR: always
CARGO_TERM_VERBOSE: true
jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Build
run: make build
- name: Run tests
run: make test