diff options
Diffstat (limited to '.builds/debian-stable-amd64.yml')
| -rw-r--r-- | .builds/debian-stable-amd64.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.builds/debian-stable-amd64.yml b/.builds/debian-stable-amd64.yml index 00a2bd2..d8b2337 100644 --- a/.builds/debian-stable-amd64.yml +++ b/.builds/debian-stable-amd64.yml | |||
| @@ -20,14 +20,6 @@ tasks: | |||
| 20 | cd zig-sqlite | 20 | cd zig-sqlite |
| 21 | TERM=dumb zig build test -Din_memory=true | 21 | TERM=dumb zig build test -Din_memory=true |
| 22 | 22 | ||
| 23 | - test_filesystem: | | ||
| 24 | cd zig-sqlite | ||
| 25 | TERM=dumb zig build test -Din_memory=false | ||
| 26 | |||
| 27 | - test_in_memory_with_qemu: | | 23 | - test_in_memory_with_qemu: | |
| 28 | cd zig-sqlite | 24 | cd zig-sqlite |
| 29 | TERM=dumb zig build test -Din_memory=true -Denable_qemu=true | 25 | TERM=dumb zig build test -Din_memory=true -Denable_qemu=true |
| 30 | |||
| 31 | - test_filesystem_with_qemu: | | ||
| 32 | cd zig-sqlite | ||
| 33 | TERM=dumb zig build test -Din_memory=false -Denable_qemu=true | ||