diff options
| author | 2023-11-26 17:22:47 +0100 | |
|---|---|---|
| committer | 2023-11-26 17:22:47 +0100 | |
| commit | b086e2e42d02b4b253b2b85742e4dab0d24764b0 (patch) | |
| tree | c63cdc4fbe3e08dc93bf6f594e6f8fa883868c15 /.github | |
| parent | Merge branch 'fix-latest-zig' (diff) | |
| parent | ci: run tests with the -Dci flag (diff) | |
| download | zig-sqlite-b086e2e42d02b4b253b2b85742e4dab0d24764b0.tar.gz zig-sqlite-b086e2e42d02b4b253b2b85742e4dab0d24764b0.tar.xz zig-sqlite-b086e2e42d02b4b253b2b85742e4dab0d24764b0.zip | |
Merge pull request #144 from vrischmann/update-latest-zig
Updates
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c70cc08..9fcc881 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -32,7 +32,7 @@ jobs: | |||
| 32 | os: [ubuntu-latest, macos-latest, macos-12] | 32 | os: [ubuntu-latest, macos-latest, macos-12] |
| 33 | runs-on: ${{ matrix.os }} | 33 | runs-on: ${{ matrix.os }} |
| 34 | steps: | 34 | steps: |
| 35 | - uses: actions/checkout@v3 | 35 | - uses: actions/checkout@v4 |
| 36 | with: | 36 | with: |
| 37 | submodules: true | 37 | submodules: true |
| 38 | - uses: goto-bus-stop/setup-zig@v2 | 38 | - uses: goto-bus-stop/setup-zig@v2 |
| @@ -49,7 +49,7 @@ jobs: | |||
| 49 | restore-keys: ${{ runner.os }}-${{ matrix.os }}-zig- | 49 | restore-keys: ${{ runner.os }}-${{ matrix.os }}-zig- |
| 50 | 50 | ||
| 51 | - name: Run Tests in memory | 51 | - name: Run Tests in memory |
| 52 | run: zig build test -Din_memory=true --summary all | 52 | run: zig build test -Dci=true -Din_memory=true --summary all |
| 53 | 53 | ||
| 54 | - name: Build the example zigcrypto loadable extension | 54 | - name: Build the example zigcrypto loadable extension |
| 55 | run: zig build zigcrypto | 55 | run: zig build zigcrypto |