Skip to content

Added Hamming(8,4) coding and basic, primitive, to-be-improved ASK mo… #64

Added Hamming(8,4) coding and basic, primitive, to-be-improved ASK mo…

Added Hamming(8,4) coding and basic, primitive, to-be-improved ASK mo… #64

Workflow file for this run

name: Crate Test
on:
push:
branches: [ "main", "dev" ]
env:
CARGO_TERM_COLOR: always
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: test
run: cargo test --verbose
- name: no-std test
run: cargo test --verbose --no-default-features