Skip to content

Commit

Permalink
Cleanup some files
Browse files Browse the repository at this point in the history
  • Loading branch information
plvines committed Dec 28, 2024
1 parent 0d2edf5 commit c283aa4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 97 deletions.
55 changes: 0 additions & 55 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,58 +244,3 @@ jobs:
cache-from: ${{ steps.cache.outputs.cache-from }}
cache-to: ${{ steps.cache.outputs.cache-to }}
build-contexts: ghcr.io/tst-race/raceboat/raceboat-compile=docker-image://ghcr.io/tst-race/raceboat/raceboat-compile:${{ steps.meta.outputs.version }}


# # todo base these on the raceboat image
# test-unit:
# # needs: build
# runs-on: ubuntu-latest
# container:
# image: ghcr.io/tst-race/race-images/race-compile:main
# credentials:
# username: ${{ github.actor }}
# password: ${{ secrets.GITHUB_TOKEN }}
# steps:
# - name: unit test
# uses: actions/checkout@v3

# - name: Build and Run Unit Tests
# # shuffle the order of the tests to potentially uncover weirdness
# # note that you can reproduce the test results by finding the seed in the log output and
# # setting the environment variable GTEST_RANDOM_SEED to that value.
# env:
# GTEST_SHUFFLE: 1
# run: |
# ./build_it_all.sh
# cmake --build --preset=LINUX_x86_64 --target run_tests -j
# test-coverage:
# # needs: build
# runs-on: ubuntu-latest
# container:
# image: ghcr.io/tst-race/race-images/race-compile:main
# steps:
# - name: Checkout
# uses: actions/checkout@v3

# - name: Build and Run Unit Tests
# # shuffle the order of the tests to potentially uncover weirdness
# # note that you can reproduce the test results by finding the seed in the log output and
# # setting the environment variable GTEST_RANDOM_SEED to that value.
# env:
# GTEST_SHUFFLE: 1
# run: |
# cmake --preset=coverage
# cmake --build --preset=coverage --target coverage
# test-format:
# # needs: build
# runs-on: ubuntu-latest
# container:
# image: ghcr.io/tst-race/race-images/race-compile:main
# steps:
# - name: Checkout
# uses: actions/checkout@v3

# - name: Check Format
# run: |
# ./build_it_all.sh
# cmake --build --preset=LINUX_x86_64 --target check_format -j
42 changes: 0 additions & 42 deletions build_it_all.sh

This file was deleted.

0 comments on commit c283aa4

Please sign in to comment.