Skip to content

Commit

Permalink
Disable unit tests - all system tests are passing 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
zlw committed Nov 14, 2023
1 parent b2b2365 commit 5b14dff
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,21 @@ jobs:
runs-on: ubuntu-latest

steps:

- name: Checkout
uses: actions/checkout@v3

- name: Setup Zig
# You may pin to the exact commit or the version.
# uses: goto-bus-stop/setup-zig@6fede2f0550d71291c0accf2834b216e69a2d67a
uses: goto-bus-stop/setup-zig@v2.1.1
with:
with:
version: 0.11.0 # Version of the zig compiler to use (must be 0.3.0 or up)
cache: true # Cache downloaded compiler

- name: Run unit tests
run: make unit

# Do we need unit tests when all system tests are passing?
# - name: Run unit tests
# run: make unit

- name: Run system tests
run: make system path=test

0 comments on commit 5b14dff

Please sign in to comment.