diff --git a/.github/workflows/test_scmls.yml b/.github/workflows/validate_scmls.yml similarity index 89% rename from .github/workflows/test_scmls.yml rename to .github/workflows/validate_scmls.yml index 8817fc5ac..fe298b98f 100644 --- a/.github/workflows/test_scmls.yml +++ b/.github/workflows/validate_scmls.yml @@ -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"