Skip to content

test: Enable more sanitizers in ubsan tests. #10

test: Enable more sanitizers in ubsan tests.

test: Enable more sanitizers in ubsan tests. #10

Workflow file for this run

name: ci
on:
pull_request:
branches: [master]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install -y --no-install-recommends libcmocka-dev
- name: Build library
run: make -j4
- name: Build test programs
run: make testprogs
- name: Run tests
run: make addrtest
run: make memtest

Check failure on line 20 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 20, Col: 9): 'run' is already defined .github/workflows/ci.yml (Line: 21, Col: 9): 'run' is already defined
run: make nofloattest
run: make ubtest
run: make unittest