Skip to content

Commit 75a3b69

Browse files
author
moblaa
committed
only running test coverage for irc-rust package
1 parent 9cf8e98 commit 75a3b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
uses: actions-rs/cargo@v1
151151
with:
152152
command: test
153-
args: --all
153+
args: --package irc-rust
154154
env:
155155
CARGO_INCREMENTAL: 0
156156
# '-Cpanic=abort -Zpanic_abort_tests' fails if benchmarks are part of tests

0 commit comments

Comments
 (0)