Skip to content

Commit 6596cba

Browse files
Update linux_run_tests.yml
1 parent 50d602f commit 6596cba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- name: build
1717
run: |
18-
cd build
1918
cmake ../src
2019
make -j4
20+
working-directory: build
2121
- name: run_tests
2222
run: |
23-
cd tests
2423
make -j4
2524
sudo ./run_all_tests
25+
working-directory: tests

0 commit comments

Comments
 (0)