Skip to content

Commit

Permalink
tests, find broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
annechko committed Jan 25, 2024
1 parent 81bb446 commit ef35baa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cmake-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ env:

jobs:
build:
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
# You can convert this to a matrix build if you need cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ef35baa

Please sign in to comment.