Skip to content

Commit 339e7a9

Browse files
committed
see what happens if tests are not checked separately (#384)
They are built later so that should be redundant, maybe it can save some significant time to skip it.
1 parent 9c654ec commit 339e7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions-rs/cargo@v1
4646
with:
4747
command: check
48-
args: --all --bins --tests --examples
48+
args: --all --bins --examples
4949
- run: git lfs fetch && git lfs checkout
5050
- uses: taiki-e/install-action@v1
5151
with:

0 commit comments

Comments
 (0)