From e30e338cf721034e7f678436251d025eaa43e9c6 Mon Sep 17 00:00:00 2001 From: Alexander Evgin Date: Tue, 25 Feb 2025 02:03:38 +0400 Subject: [PATCH] enable all tests in CI workflow --- .github/workflows/ci.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 368b478..9bcea6c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,8 +41,5 @@ jobs: - name: Run linting run: cargo clippy --locked --no-deps -- --deny warnings - - name: Run runtime-config tests - run: cargo test --locked runtime_config - - - name: Run events tests - run: cargo test --locked events + - name: Run tests + run: cargo test --locked