Skip to content

Commit 6be7db0

Browse files
ci: run r2r tests only on linux
1 parent 6065719 commit 6be7db0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,12 @@ jobs:
7676
# - name: Setup tmate session
7777
# uses: mxschmitt/action-tmate@v3
7878

79-
- name: Run tests
80-
run: make test
79+
- name: Run unit tests
80+
run: make unit-test
81+
82+
- name: Run e2e tests
83+
run: make e2e-tests
84+
if: matrix.os == 'ubuntu-latest'
8185

8286
- name: Check build
8387
run: make build

0 commit comments

Comments
 (0)