From e795523c381c906ff460b361528327bb501ccdb3 Mon Sep 17 00:00:00 2001 From: travisladuke Date: Wed, 9 Oct 2024 08:01:48 -0700 Subject: [PATCH] ci: make test-packages --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 030f00d..9f0d3d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,3 +12,4 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - run: cargo test --lib + - run: make test-packages