Skip to content

Improve memory use by shrinking arrays during operations #7

Improve memory use by shrinking arrays during operations

Improve memory use by shrinking arrays during operations #7

Workflow file for this run

name: "Rust Test"
# Trigger the workflow on push to master or pull request
"on":
push:
pull_request:
jobs:
rust_test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test