Skip to content

Commit 7ee57be

Browse files
committed
removed Win & MacOS from tests due to complexities
1 parent 8feb499 commit 7ee57be

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

.github/workflows/tests.yml

+2-20
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,8 @@ defaults:
1313

1414
jobs:
1515
test:
16-
name: Test bot script on ${{ matrix.os }} with ${{ matrix.compiler }}.
17-
runs-on: ${{ matrix.os }}
18-
strategy:
19-
fail-fast: false
20-
matrix:
21-
os: [ubuntu-latest, macos-latest]
22-
compiler: [ g++-10 ]
23-
include:
24-
- os: ubuntu-latest
25-
compiler: g++-10
26-
target: Linux
27-
28-
- os: macos-latest
29-
compiler: g++-10
30-
target: Macos
31-
32-
- os: windows-latest
33-
compiler: cl
34-
target: Windows
35-
16+
name: Test bot script on ubuntu
17+
runs-on: ubuntu-latest
3618
steps:
3719
- uses: actions/checkout@v3
3820
- name: Run shell script

0 commit comments

Comments
 (0)