Skip to content

Migrate to tiff crate #18

Migrate to tiff crate

Migrate to tiff crate #18

Workflow file for this run

name: Run tests
on:
push:
branches: [ "main" ]
pull_request:
types: [ opened, reopened, synchronize ]
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose