Skip to content

merge binaries

merge binaries #20

Workflow file for this run

name: Rust CI
on:
push:
branches: [ "**" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo test