Skip to content

Commit

Permalink
enable all tests in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aleasims committed Feb 24, 2025
1 parent b10e381 commit e30e338
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e30e338

Please sign in to comment.