Skip to content

Minor edit to jpeg classifier, changed write_vectored to repeated wri… #74

Minor edit to jpeg classifier, changed write_vectored to repeated wri…

Minor edit to jpeg classifier, changed write_vectored to repeated wri… #74

Workflow file for this run

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