We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641869d commit 3f62e67Copy full SHA for 3f62e67
.github/workflows/rust.yml
@@ -28,11 +28,17 @@ jobs:
28
run: |
29
cargo clippy
30
cargo test
31
+ cargo test --features tick_event
32
+ cargo test --features timer_registration
33
+ cargo test --features tick_event,timer_registration
34
35
- name: Build
36
37
cargo build
38
cargo build --release
39
+ cargo build --features tick_event
40
+ cargo build --features timer_registration
41
+ cargo build --features tick_event,timer_registration
42
43
- name: Generate Coverage Report
44
if: ${{ matrix.os == 'ubuntu-latest' }}
0 commit comments