Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/test-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:
name: starry-${{ inputs.arch }}

- name: Prepare rootfs
run: |
make ARCH=${{ inputs.arch }} img
run: make ARCH=${{ inputs.arch }} rootfs

- name: Test
run: scripts/ci-test.py ${{ inputs.arch }}
run: make ARCH=${{ inputs.arch }} ci-test
136 changes: 67 additions & 69 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading