Skip to content

Commit 5f68f43

Browse files
committed
🐛 Fix pipeline
1 parent e626274 commit 5f68f43

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,6 @@ jobs:
6363
meson compile -C build
6464
6565
- name: Run tests in Debug
66-
run: |
67-
meson test --print-errorlogs -C build
68-
rm -rf build
69-
70-
tests:
71-
runs-on: ubuntu-latest
72-
73-
container:
74-
image: 'debian:stable'
75-
76-
steps:
77-
- name: Running tests...
7866
run: |
7967
meson test --verbose --print-errorlogs -C build
80-
rm -rf build
68+
rm -rf build

0 commit comments

Comments
 (0)