Skip to content

log: remove all uses of %m specifier in pr_* functions #1

log: remove all uses of %m specifier in pr_* functions

log: remove all uses of %m specifier in pr_* functions #1

Workflow file for this run

name: Compat Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
target: [GCC, CLANG]
steps:
- uses: actions/checkout@v2
- name: Run Compat Tests (${{ matrix.target }})
run: sudo -E make -C scripts/ci local COMPAT_TEST=y ${{ matrix.target }}=1