Skip to content

Commit

Permalink
build: remove extra commands
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF committed Aug 7, 2023
1 parent 0816983 commit d421128
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,7 @@ jobs:

- name: Run Tests
working-directory: build
run: |
cd test
dir
cd ..
dir
ctest -C Release --output-on-failure --no-tests=error
run: ctest -C Release --output-on-failure --no-tests=error

format:
name: Format
Expand Down

0 comments on commit d421128

Please sign in to comment.