Skip to content

modify segments that start before flash #168

modify segments that start before flash

modify segments that start before flash #168

Workflow file for this run

name: Cargo
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose