Skip to content

Commit 0affc1a

Browse files
committed
fixup build command
1 parent 9d48241 commit 0affc1a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ jobs:
3737
mkdir build
3838
cd build
3939
cmake .. -DDOWNLOAD_GTEST=ON
40-
cmake --build test_xtensor-fftw
40+
cmake --build test
4141
4242
- name: Run tests
43-
run: |
44-
cd test
45-
./test_xtensor-fftw
43+
run: build/test/test_xtensor-fftw

0 commit comments

Comments
 (0)