Skip to content

Fix up buffer! macro and remove byteorder crate dependency #71

Fix up buffer! macro and remove byteorder crate dependency

Fix up buffer! macro and remove byteorder crate dependency #71

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
jobs:
ci:
name: CI (stable)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Test with default feature
run: cargo test