Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Remove Test and Benchmarks for now
  • Loading branch information
rayxke authored Aug 22, 2024
1 parent 39345cd commit fbbb81f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,6 @@ jobs:
- name: Build
run: cmake --build ${{ env.BUILD_DIR }} --config ${{ env.BUILD_TYPE }} --parallel 4

- name: Test
working-directory: ${{ env.BUILD_DIR }}
run: ./Tests

- name: Run Benchmarks
working-directory: ${{ env.BUILD_DIR }}
run: ./Benchmarks

- name: Read in .env from CMake # see GitHubENV.cmake
run: |
cat .env # show us the config
Expand Down

0 comments on commit fbbb81f

Please sign in to comment.