Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Merge pull request #4 from cmccomb/codex/update-right-boundary-condit… #62

Merge pull request #4 from cmccomb/codex/update-right-boundary-condit…

Merge pull request #4 from cmccomb/codex/update-right-boundary-condit… #62

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
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