Skip to content

(bugfix) Fix off-by-6 bug in assemble.rs #131

(bugfix) Fix off-by-6 bug in assemble.rs

(bugfix) Fix off-by-6 bug in assemble.rs #131

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build_and_test:
name: Test EVTX Library
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with:
command: test