Skip to content

Commit d421128

Browse files
committed
build: remove extra commands
1 parent 0816983 commit d421128

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,7 @@ jobs:
4646

4747
- name: Run Tests
4848
working-directory: build
49-
run: |
50-
cd test
51-
dir
52-
cd ..
53-
dir
54-
ctest -C Release --output-on-failure --no-tests=error
49+
run: ctest -C Release --output-on-failure --no-tests=error
5550

5651
format:
5752
name: Format

0 commit comments

Comments
 (0)