Skip to content

0.7.0

0.7.0 #48

Workflow file for this run

name: unit tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: build and run unit test
run: bazel test //test:all --test_tag_filters=-vcan
- name: upload artifacts
uses: actions/upload-artifact@v3
with:
name: artifacts
path: |
bazel-bin/iso14229.h
bazel-bin/iso14229.c