Skip to content

Commit 1134191

Browse files
authored
remove basic-test at ch1
1 parent 83bcd9c commit 1134191

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,6 @@ jobs:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}
2424
publish_dir: ./os/target/riscv64gc-unknown-none-elf/doc
2525
destination_dir: ${{ github.ref_name }}
26-
basic-test:
27-
runs-on: ubuntu-latest
28-
container:
29-
image: duskmoon/dev-env:rcore-ci
30-
steps:
31-
- uses: actions/checkout@v3
32-
- name: Run tests
33-
run: |
34-
qemu-system-riscv64 --version
35-
rustup target add riscv64gc-unknown-none-elf
36-
cd os && make run
3726
gitlab-mirror:
3827
if: github.repository == 'LearningOS/rCore-Tutorial-Code-2023S'
3928
runs-on: ubuntu-latest
@@ -48,4 +37,4 @@ jobs:
4837
GITLAB_PROJECT_ID: "20881"
4938
GITLAB_PROJECT_NAME: "rcore-tutorial-code-2023s"
5039
GITLAB_PROJECT_TOKEN: ${{secrets.GITLAB_PROJECT_TOKEN}}
51-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
40+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)