File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 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)
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)
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 }}
You can’t perform that action at this time.
0 commit comments