Skip to content

Commit d356fa4

Browse files
committed
Enable all tests
1 parent 7de9205 commit d356fa4

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/test.yml

+18-18
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@ on:
22
push:
33

44
jobs:
5-
# test-liunux:
6-
# strategy:
7-
# matrix:
8-
# cc: [gcc-10, gcc-11, gcc-12, gcc-13, clang-13, clang-14, clang-15]
9-
# runs-on: ubuntu-22.04
10-
# steps:
11-
# - name: Checkout code
12-
# uses: actions/checkout@v2
13-
# - name: test
14-
# run: make CC=${{ matrix.cc }}
15-
# test-macos:
16-
# runs-on: macos-latest
17-
# steps:
18-
# - name: Checkout code
19-
# uses: actions/checkout@v2
20-
# - name: test
21-
# run: make
5+
test-liunux:
6+
strategy:
7+
matrix:
8+
cc: [gcc-10, gcc-11, gcc-12, gcc-13, clang-13, clang-14, clang-15]
9+
runs-on: ubuntu-22.04
10+
steps:
11+
- name: Checkout code
12+
uses: actions/checkout@v2
13+
- name: test
14+
run: make CC=${{ matrix.cc }}
15+
test-macos:
16+
runs-on: macos-latest
17+
steps:
18+
- name: Checkout code
19+
uses: actions/checkout@v2
20+
- name: test
21+
run: make
2222
test-windows:
2323
runs-on: windows-latest
2424
steps:
@@ -32,4 +32,4 @@ jobs:
3232
run: ls
3333
- shell: bash
3434
name: stresstest
35-
run: gdb -batch -ex "run" -ex "bt" ./stresstest.exe 2>&1 | grep -v ^"No stack."$
35+
run: ./stresstest.exe

0 commit comments

Comments
 (0)