Skip to content

chore(deps): bump serde_json from 1.0.125 to 1.0.133 #27

chore(deps): bump serde_json from 1.0.125 to 1.0.133

chore(deps): bump serde_json from 1.0.125 to 1.0.133 #27

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