Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamos82 committed May 9, 2024
1 parent 0e6eb33 commit 2f7ab12
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: make tests
run: make tests
- name: Run tests with gcc
run: make tests TOOLCHAIN=gcc
- name: Run tests with clang
run: make tests TOOLCHAIN=clang

0 comments on commit 2f7ab12

Please sign in to comment.