Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
camgunz authored Apr 14, 2024
1 parent e5dbe35 commit 3d5f2d1
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,11 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install -y --no-install-recommends libcmocka-dev
- name: Compile as C++
run: g++ -fsyntax-only -xc++ cmp.c
- name: Build library
run: make -j4
- name: Build test programs
run: make testprogs
- name: Run unit tests
run: make unittest
- name: Run ASAN tests
run: make addrtest
- name: Run MSAN tests
run: make memtest
- name: Run UBSAN tests
run: make ubtest
- name: Run tests without FPU (no float)
run: make nofloattest
- name: Run tests
run: make test

0 comments on commit 3d5f2d1

Please sign in to comment.