Skip to content

Commit bf05526

Browse files
committed
Update the push check
1 parent 2757202 commit bf05526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
override: true
1616
- uses: actions-rs/cargo@v1
1717
with:
18-
command: test
18+
command: build
1919
args: --verbose
2020
build_and_test:
2121
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)