Skip to content

Commit a53509a

Browse files
committed
ci: test signal features on their own
1 parent e554cf1 commit a53509a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
cargo clippy --manifest-path fyi_msg/Cargo.toml --features=timestamps --target ${{ matrix.target }}
7373
cargo clippy --manifest-path fyi_msg/Cargo.toml --features=fitted,timestamps --target ${{ matrix.target }}
7474
cargo clippy --manifest-path fyi_msg/Cargo.toml --features=progress --target ${{ matrix.target }}
75+
cargo clippy --manifest-path fyi_msg/Cargo.toml --features=signals_sigwinch --target ${{ matrix.target }}
76+
cargo clippy --manifest-path fyi_msg/Cargo.toml --features=signals_sigint --target ${{ matrix.target }}
7577
cargo clippy --manifest-path fyi_msg/Cargo.toml --all-features --target ${{ matrix.target }}
7678
7779
- name: Tests (fyi_msg/Debug)
@@ -81,6 +83,8 @@ jobs:
8183
cargo test --manifest-path fyi_msg/Cargo.toml --features=timestamps --target ${{ matrix.target }}
8284
cargo test --manifest-path fyi_msg/Cargo.toml --features=fitted,timestamps --target ${{ matrix.target }}
8385
cargo test --manifest-path fyi_msg/Cargo.toml --features=progress --target ${{ matrix.target }}
86+
cargo test --manifest-path fyi_msg/Cargo.toml --features=signals_sigwinch --target ${{ matrix.target }}
87+
cargo test --manifest-path fyi_msg/Cargo.toml --features=signals_sigint --target ${{ matrix.target }}
8488
cargo test --manifest-path fyi_msg/Cargo.toml --all-features --target ${{ matrix.target }}
8589
8690
- name: Tests (fyi_msg/Release)
@@ -90,4 +94,6 @@ jobs:
9094
cargo test --manifest-path fyi_msg/Cargo.toml --release --features=timestamps --target ${{ matrix.target }}
9195
cargo test --manifest-path fyi_msg/Cargo.toml --release --features=fitted,timestamps --target ${{ matrix.target }}
9296
cargo test --manifest-path fyi_msg/Cargo.toml --release --features=progress --target ${{ matrix.target }}
97+
cargo test --manifest-path fyi_msg/Cargo.toml --release --features=signals_sigwinch --target ${{ matrix.target }}
98+
cargo test --manifest-path fyi_msg/Cargo.toml --release --features=signals_sigint --target ${{ matrix.target }}
9399
cargo test --manifest-path fyi_msg/Cargo.toml --release --all-features --target ${{ matrix.target }}

0 commit comments

Comments
 (0)