Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit f7f2e60

Browse files
committed
Update default test command to cargo build
Because we are skipping tests on this non-standard ELF binary, we need to test building instead. Signed-off-by: Nathaniel McCallum <[email protected]>
1 parent aac7852 commit f7f2e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
override: true
1313
- uses: actions-rs/cargo@v1
1414
with:
15-
command: test
15+
command: build
1616
args: ${{ matrix.profile.flag }}
1717
strategy:
1818
fail-fast: false

0 commit comments

Comments
 (0)