Skip to content

Commit 73b9262

Browse files
committed
fix ci
1 parent b196dfc commit 73b9262

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13+
1314
- uses: actions/checkout@v4
15+
1416
- uses: egor-tensin/setup-gcc@v1
1517
with:
1618
version: latest
19+
1720
- run: |
1821
sudo apt install -y make
22+
1923
- name: Build
2024
run: make -j test
2125

22-
benchmark:
23-
needs: build
24-
runs-on: ubuntu-latest
25-
steps:
2626
- name: Benchmark
2727
run: |
2828
set +e

0 commit comments

Comments
 (0)