Update doc-and-test.yml

Run easy-fs unittests.
This commit is contained in:
Yifan Wu 2024-01-10 23:35:04 +08:00 committed by GitHub
parent 85e2f4d3b6
commit 6b96ec2aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,4 +65,7 @@ jobs:
- name: Run usertests
run: cd os && make run TEST=1
timeout-minutes: 10
- name: Run easy-fs unittests
run: cd easy-fs && cargo test
timeout-minutes: 10