Skip to content

Elmattic/eth schema coverage #26

Elmattic/eth schema coverage

Elmattic/eth schema coverage #26

Workflow file for this run

name: Check and Test
on:
pull_request:
env:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: sccache
CC: sccache clang
CXX: sccache clang++
jobs:
test:
name: check-and-test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup sccache
uses: mozilla-actions/[email protected]
timeout-minutes: 5
continue-on-error: true
- name: Check
run: make check
- name: Test
run: make test