Skip to content

Merge branch 'eval-adaptive-nmp' of https://github.com/codedeliveryse… #281

Merge branch 'eval-adaptive-nmp' of https://github.com/codedeliveryse…

Merge branch 'eval-adaptive-nmp' of https://github.com/codedeliveryse… #281

Workflow file for this run

name: Build and Test
on: [push, pull_request, workflow_dispatch]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --release
- name: Run tests
run: cargo test --verbose --release