From c36ef8bb41584b0094624824020f5e8639c0ea6d Mon Sep 17 00:00:00 2001 From: Billy McFall <22157057+Billy99@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:16:41 -0400 Subject: [PATCH] Test public-api in CI Signed-off-by: Billy McFall <22157057+Billy99@users.noreply.github.com> --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e21cff5..7cecdd62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: toolchain: nightly + #toolchain: nightly-2024-09-09 components: rustfmt, clippy, miri, rust-src - uses: Swatinem/rust-cache@v2 @@ -150,6 +151,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: toolchain: nightly + #toolchain: nightly-2024-09-09 components: rust-src - uses: Swatinem/rust-cache@v2 @@ -244,6 +246,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: toolchain: nightly + #toolchain: nightly-2024-09-09 components: rust-src targets: aarch64-unknown-linux-musl,x86_64-unknown-linux-musl