Skip to content

chore: Release image-hdr version 0.5.1 #3

chore: Release image-hdr version 0.5.1

chore: Release image-hdr version 0.5.1 #3

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clippy
run: cargo clippy --all-targets --all-features
- name: Tests
run: cargo test --verbose