Skip to content

Commit 611bc57

Browse files
committed
Reorg
1 parent a5b3860 commit 611bc57

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ jobs:
77
runs-on: ubuntu-22.04
88
steps:
99
- uses: actions/checkout@v3
10-
- name: Use cmake
10+
- name: Run tests
1111
run: |
1212
cd tests && make && ./unit
13-
cd benchmark && make
13+
- name: Build benchmarks
14+
run: |
15+
cd benchmarks && make

0 commit comments

Comments
 (0)