Skip to content

fix table info decoding #12

fix table info decoding

fix table info decoding #12

Workflow file for this run

name: Amphis
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
fmt-clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo fmt --all -- --check
- name: Run tests
run: cargo clippy -- -D warnings