Skip to content

Commit

Permalink
CI: test compiling cereal schema (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam authored Jan 7, 2024
1 parent 71209e4 commit f56f8b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Setup node
uses: actions/setup-node@v3
with:
Expand All @@ -32,3 +34,5 @@ jobs:
run: npm run lint
- name: Test
run: npm test
- name: commaai/cereal test
run: npm run cereal
2 changes: 1 addition & 1 deletion third_party/cereal

0 comments on commit f56f8b4

Please sign in to comment.