Skip to content

Commit 9623325

Browse files
committed
GitHub: enable tests in the CI
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent bc4bf0e commit 9623325

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,9 @@ jobs:
394394
# Docs
395395
- run: make ${{ env.MAKE_ARCH }} ${{ env.MAKE_CROSS_COMPILE }} ${{ env.MAKE_TOOLCHAIN }} ${{ env.MAKE_OUTPUT }} ${{ env.MAKE_SYSROOT }} -j3 rustdoc
396396

397+
# Tests
398+
- run: make ${{ env.MAKE_ARCH }} ${{ env.MAKE_CROSS_COMPILE }} ${{ env.MAKE_TOOLCHAIN }} ${{ env.MAKE_OUTPUT }} ${{ env.MAKE_SYSROOT }} -j3 rusttest
399+
397400
# Formatting
398401
- run: make rustfmtcheck
399402

0 commit comments

Comments
 (0)