Skip to content

Preserve order when using JSON output #150

Preserve order when using JSON output

Preserve order when using JSON output #150

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-latest, windows-latest, macos-latest]
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