From eb5f39770029d710123df2a3264929405c8cf38b Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Mon, 22 Mar 2021 19:58:01 +0100 Subject: ci: remove extraneous jobs --- .github/workflows/main.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.github') diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5b3bf4d..a7cc6e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,9 +39,6 @@ jobs: - name: Run Tests in memory run: zig build test -Din_memory=true - - name: Run Tests in memory using the bundled SQLite - run: zig build test -Din_memory=true -Duse_bundled - test-with-filesystem: strategy: matrix: @@ -57,6 +54,3 @@ jobs: - name: Run Tests with filesystem run: zig build test -Din_memory=false - - - name: Run Tests with filesystem using the bundled SQLite - run: zig build test -Din_memory=false -Duse_bundled -- cgit v1.2.3