aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2024-08-18 16:03:29 -0700
committerJack O'Connor <[email protected]>2024-08-19 10:10:43 -0700
commit919091615b1093c2096129646b21d9103193a30b (patch)
tree9c110a898a9ae67c33e39a51ae9de13fcc43df38 /.github
parent4cc34b0e85002f6fef3cd8b264343172cfbc9f58 (diff)
delete the guts crate for now
I haven't developed this experimental code any further since I pushed it, and it's not good for unused code to sit around. If I ever get back to this project I might revert this deletion.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b031602..e0dcd33 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -151,17 +151,6 @@ 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 }}