diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d2c9c6..57f6f4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,37 +18,6 @@ permissions: jobs: test: - strategy: - matrix: - compiler: [ gcc, clang ] - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: install dependencies - run: | - sudo apt-get install -y \ - curl \ - scons \ - bison \ - flex \ - dejagnu \ - lcov \ - ${{ matrix.compiler }} - - name: test - run: scons coverage=yes check coverage.info - env: - CC: ${{ matrix.compiler }} - - uses: codecov/codecov-action@v4 - with: - file: coverage.info - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - - name: distcheck - run: scons distcheck - env: - CC: ${{ matrix.compiler }} - - bazel_test: runs-on: ubuntu-latest permissions: # publish-unit-test-result-action