mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-22 01:16:26 +04:00
Update doc-and-test.yml
Run easy-fs unittests.
This commit is contained in:
parent
85e2f4d3b6
commit
6b96ec2aaa
3
.github/workflows/doc-and-test.yml
vendored
3
.github/workflows/doc-and-test.yml
vendored
@ -65,4 +65,7 @@ jobs:
|
|||||||
- name: Run usertests
|
- name: Run usertests
|
||||||
run: cd os && make run TEST=1
|
run: cd os && make run TEST=1
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
- name: Run easy-fs unittests
|
||||||
|
run: cd easy-fs && cargo test
|
||||||
|
timeout-minutes: 10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user