Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-byers committed Aug 13, 2024
1 parent 17a8715 commit 1e7a03f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false

matrix:
os: [windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
build_type: [Debug, Release]
cc: [gcc, clang, cl]
stress: [0, 2]
Expand Down Expand Up @@ -43,5 +43,6 @@ jobs:

- name: Test
working-directory: ${{ env.build_dir }}
run: ctest --verbose --build-config ${{ matrix.build_type }} -R paw_test_alloc
run: ctest --verbose --build-config ${{ matrix.build_type }}


0 comments on commit 1e7a03f

Please sign in to comment.