diff options
Diffstat (limited to '.builds/debian-stable-aarch64.yml')
| -rw-r--r-- | .builds/debian-stable-aarch64.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.builds/debian-stable-aarch64.yml b/.builds/debian-stable-aarch64.yml index bcca906..2c2556d 100644 --- a/.builds/debian-stable-aarch64.yml +++ b/.builds/debian-stable-aarch64.yml | |||
| @@ -15,6 +15,7 @@ tasks: | |||
| 15 | mv ~/zig-linux-* ~/zig-master | 15 | mv ~/zig-linux-* ~/zig-master |
| 16 | echo "export PATH=$PATH:~/zig-master" >> ~/.buildenv | 16 | echo "export PATH=$PATH:~/zig-master" >> ~/.buildenv |
| 17 | 17 | ||
| 18 | - test_filesystem: | | 18 | - test_in_memory: | |
| 19 | cd zig-sqlite | 19 | cd zig-sqlite |
| 20 | TERM=dumb zig build test -Din_memory=false | 20 | TERM=dumb zig build test -Din_memory=true |
| 21 | |||