Skip to content

Commit

Permalink
Enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
swenson committed Feb 13, 2024
1 parent 7de9205 commit d356fa4
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ on:
push:

jobs:
# test-liunux:
# strategy:
# matrix:
# cc: [gcc-10, gcc-11, gcc-12, gcc-13, clang-13, clang-14, clang-15]
# runs-on: ubuntu-22.04
# steps:
# - name: Checkout code
# uses: actions/checkout@v2
# - name: test
# run: make CC=${{ matrix.cc }}
# test-macos:
# runs-on: macos-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v2
# - name: test
# run: make
test-liunux:
strategy:
matrix:
cc: [gcc-10, gcc-11, gcc-12, gcc-13, clang-13, clang-14, clang-15]
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: test
run: make CC=${{ matrix.cc }}
test-macos:
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: test
run: make
test-windows:
runs-on: windows-latest
steps:
Expand All @@ -32,4 +32,4 @@ jobs:
run: ls
- shell: bash
name: stresstest
run: gdb -batch -ex "run" -ex "bt" ./stresstest.exe 2>&1 | grep -v ^"No stack."$
run: ./stresstest.exe

0 comments on commit d356fa4

Please sign in to comment.