Skip to content

Commit d38b938

Browse files
committed
wip
1 parent 9a84806 commit d38b938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
uses: actions/checkout@v2
4242
with:
4343
set-safe-directory: true
44-
- name: test
45-
run: ls -lha $GITHUB_WORKSPACE; ls -lha $GITHUB_WORKSPACE/build
4644
- name: Configure build
4745
run: cmake -S $GITHUB_WORKSPACE -B $GITHUB_WORKSPACE/build -DWITH_BENCHMARK=on
46+
- name: test
47+
run: ls -lha $GITHUB_WORKSPACE; ls -lha $GITHUB_WORKSPACE/build; id
4848
- name: Build
4949
run: make -C $GITHUB_WORKSPACE/build -j `nproc` benchmark

0 commit comments

Comments
 (0)