Skip to content

Merge pull request #43 from wweqg/origin/normal-estimation #48

Merge pull request #43 from wweqg/origin/normal-estimation

Merge pull request #43 from wweqg/origin/normal-estimation #48

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
env:
RUSTFLAGS: --deny warnings
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --all-targets --all-features