Skip to content

Commit

Permalink
[wip] test arceos-apps
Browse files Browse the repository at this point in the history
  • Loading branch information
hky1999 committed Nov 22, 2024
1 parent e35cf8f commit 30455a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Run app tests
run: |
make disk_img
git clone https://github.com/arceos-org/arceos-apps.git
git clone -b sync https://github.com/arceos-org/arceos-apps.git
cd arceos-apps && cp ../Cargo.lock . && git reset --hard ${{ env.arceos-apps }} && cd ..
make -C arceos-apps test AX_ROOT=$(pwd) ARCH=${{ matrix.arch }}

0 comments on commit 30455a9

Please sign in to comment.