Rename `test_scmls.yml` to `validate_scmls.yml`

This commit is contained in:
Tao Su 2025-11-27 06:35:18 +00:00 committed by Tate, Hongliang Tian
parent 540ddd1aac
commit 3a5662fc0b
1 changed files with 2 additions and 2 deletions

View File

@ -14,11 +14,11 @@ on:
- book/src/kernel/linux-compatibility/syscall-feature-coverage/**
jobs:
test_scmls:
validate_scmls:
runs-on: ubuntu-latest
timeout-minutes: 10
container: asterinas/asterinas:0.16.1-20250922
steps:
- uses: actions/checkout@v4
- name: Test SCML files with sctrace
- name: Validate SCML files with sctrace
run: ./tools/sctrace.sh -- echo "Asterinas"