Skip to content

Added a JPEG scan/entropy-coded data classifier with shannon entropy … #59

Added a JPEG scan/entropy-coded data classifier with shannon entropy …

Added a JPEG scan/entropy-coded data classifier with shannon entropy … #59

Workflow file for this run

name: Rust-Windows
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose --no-default-features
test:
runs-on: windows-latest
needs: build
steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose --no-default-features