We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a84806 commit d38b938Copy full SHA for d38b938
.github/workflows/ci.yaml
@@ -41,9 +41,9 @@ jobs:
41
uses: actions/checkout@v2
42
with:
43
set-safe-directory: true
44
- - name: test
45
- run: ls -lha $GITHUB_WORKSPACE; ls -lha $GITHUB_WORKSPACE/build
46
- name: Configure build
47
run: cmake -S $GITHUB_WORKSPACE -B $GITHUB_WORKSPACE/build -DWITH_BENCHMARK=on
+ - name: test
+ run: ls -lha $GITHUB_WORKSPACE; ls -lha $GITHUB_WORKSPACE/build; id
48
- name: Build
49
run: make -C $GITHUB_WORKSPACE/build -j `nproc` benchmark
0 commit comments