diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e32b8d4..262bb72 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,3 +44,6 @@ jobs: - name: Run runtime-config tests run: cargo test --locked runtime_config + + - name: Run events tests + run: cargo test --locked events