Skip to content

Commit

Permalink
add guts testing to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Jan 22, 2024
1 parent 6e519ea commit 1ca383b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,17 @@ jobs:
run: cargo test
working-directory: ./reference_impl

# the new guts crate
- name: guts test
run: cargo test --all-features
working-directory: ./rust/guts
- name: guts no_std build
run: cargo build --no-default-features
working-directory: ./rust/guts
- name: guts no_std test # note that rust/guts/src/test.rs still uses libstd
run: cargo test --no-default-features
working-directory: ./rust/guts

b3sum_tests:
name: b3sum ${{ matrix.target.name }} ${{ matrix.channel }}
runs-on: ${{ matrix.target.os }}
Expand Down

0 comments on commit 1ca383b

Please sign in to comment.