summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index ce03bf2..e1593b4 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -41,20 +41,3 @@ jobs:
41 41
42 - name: Run Tests in memory 42 - name: Run Tests in memory
43 run: zig build test -Din_memory=true 43 run: zig build test -Din_memory=true
44
45 test-with-filesystem:
46 strategy:
47 fail-fast: false
48 matrix:
49 os: [ubuntu-latest, windows-latest, macos-latest]
50 runs-on: ${{ matrix.os }}
51 steps:
52 - uses: actions/checkout@v2
53 with:
54 submodules: true
55 - uses: goto-bus-stop/setup-zig@v1
56 with:
57 version: master
58
59 - name: Run Tests with filesystem
60 run: zig build test -Din_memory=false