Skip to content

Correctly block further access to aligned_index #27

Correctly block further access to aligned_index

Correctly block further access to aligned_index #27

Workflow file for this run

name: Rust
on: [push, workflow_dispatch, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-11]
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose