We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e626274 commit 5f68f43Copy full SHA for 5f68f43
1 file changed
.github/workflows/ci.yml
@@ -63,18 +63,6 @@ jobs:
63
meson compile -C build
64
65
- 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...
78
run: |
79
meson test --verbose --print-errorlogs -C build
80
+ rm -rf build
0 commit comments