File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: test-run
2
2
3
3
4
4
env :
5
- MAIN_REPO : sysones/rcore-tutorial-v3-with-hal-component
5
+ MAIN_REPO : ${{ github.repository }}
6
6
BRANCH : ch7
7
7
on :
8
8
push :
85
85
run : sh ${{ env.WORKING_DIRECTORY }}/tools/external_test.sh ${{ env.WORKING_DIRECTORY }} ${{ inputs.CallerPackage }} ${{ inputs.CallerRepository }} ${{ inputs.CallerCommit }}
86
86
- name : Test ${{ matrix.arch }}
87
87
working-directory : ${{ env.WORKING_DIRECTORY }}
88
- run : cd os && PATH=$PATH:~/.cargo/bin make ARCH=${{ matrix.arch }} build
88
+ run : cd os && PATH=$PATH:~/.cargo/bin make ARCH=${{ matrix.arch }} run TEST=1
89
+ timeout-minutes : 10
89
90
Original file line number Diff line number Diff line change @@ -22,4 +22,5 @@ PATCH_COMMIT_HASH=$4
22
22
23
23
# To do the patch for current commit
24
24
cd $PATCH_TOOL_DIR
25
+ echo " cargo run -- ../../os $PATCH_PACKAGE $PATCH_TARGET_URL $PATCH_COMMIT_HASH "
25
26
cargo run -- ../../os $PATCH_PACKAGE $PATCH_TARGET_URL $PATCH_COMMIT_HASH
You can’t perform that action at this time.
0 commit comments