Skip to content

fix: name conflicts of mod png and re-export #83

fix: name conflicts of mod png and re-export

fix: name conflicts of mod png and re-export #83

Workflow file for this run

name: Rust
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
rust: [stable]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose