fix(vdso): update starry-vdso dependency and enable timer counter acc… #26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build and Test | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} | |
| cancel-in-progress: true | |
| jobs: | |
| test: | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| arch: [riscv64, loongarch64, aarch64, x86_64] | |
| uses: ./.github/workflows/test-template.yml | |
| with: | |
| arch: ${{ matrix.arch }} | |
| secrets: inherit |