Skip to content

New buffer API (and support for reading extra bytes in LAS files) #92

New buffer API (and support for reading extra bytes in LAS files)

New buffer API (and support for reading extra bytes in LAS files) #92

Workflow file for this run

name: Rust
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose --features gpu,io_gpu_examples,core_gpu_examples
- name: Run tests
run: cargo test --verbose --features gpu,io_gpu_examples,core_gpu_examples
- name: Run tests with default features
run: cargo test --verbose