diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2023-05-18 12:14:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-18 12:14:14 +0200 |
| commit | 282c50834a9b5945f920d3cb9514b2b203e04282 (patch) | |
| tree | 1557928b4f3cac3c87be10eda2a941899bef8b62 /.github/workflows/ci.yml | |
| parent | 3dafa3518b9a9309de101abe225266a279a23a8c (diff) | |
| parent | 54d51869828ff6634e5a60805a65741b4436b3e7 (diff) | |
Merge pull request #305 from perillo/improve-run-test
Improve running tests
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4db6068..6847da4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,6 +42,5 @@ jobs: uses: goto-bus-stop/setup-zig@v2 with: version: master -# Temporarily disabled. -# - name: Run unit tests -# run: zig build test + - name: Run unit tests + run: zig build test |
