Write units tests
This commit is contained in:
parent
af1c088507
commit
9881e3df6a
3 changed files with 66 additions and 2 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -20,5 +20,9 @@ jobs:
|
|||
run: cargo build --no-default-features
|
||||
- name: Build no_std with allocator
|
||||
run: cargo build --no-default-features --features alloc
|
||||
- name: Run tests
|
||||
run: cargo test
|
||||
- name: Test
|
||||
run: cargo test
|
||||
- name: Test no_std
|
||||
run: cargo test --no-default-features
|
||||
- name: Test no_std with allocator
|
||||
run: cargo test --no-default-features --features alloc
|
||||
Loading…
Add table
Add a link
Reference in a new issue