Skip to content

Commit

Permalink
removed Win & MacOS from tests due to complexities
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxada committed Oct 4, 2023
1 parent 8feb499 commit 7ee57be
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,8 @@ defaults:

jobs:
test:
name: Test bot script on ${{ matrix.os }} with ${{ matrix.compiler }}.
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
compiler: [ g++-10 ]
include:
- os: ubuntu-latest
compiler: g++-10
target: Linux

- os: macos-latest
compiler: g++-10
target: Macos

- os: windows-latest
compiler: cl
target: Windows

name: Test bot script on ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run shell script
Expand Down

0 comments on commit 7ee57be

Please sign in to comment.