diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index a173a3fd..3e8c3e20 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -5,7 +5,8 @@ on: name: release-please jobs: release: - if: !startsWith(github.event.head_commit.message, '[NO_PUB]') + if: | + !startsWith(github.event.head_commit.message, '[NO_CI]') runs-on: ubuntu-latest steps: diff --git a/toad-msg/src/lib.rs b/toad-msg/src/lib.rs index 61a12285..214c42c6 100644 --- a/toad-msg/src/lib.rs +++ b/toad-msg/src/lib.rs @@ -113,7 +113,6 @@ pub mod alloc { #[cfg(test)] pub(crate) fn test_msg() -> (alloc::Message, Vec) { use std_alloc::collections::BTreeMap; - // TEST let header: [u8; 4] = 0b0100_0001_0100_0101_0000_0000_0000_0001_u32.to_be_bytes(); let token: [u8; 1] = [254u8];