diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5dd6da4..4d0c695 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,9 +31,6 @@ jobs: run: make build - name: Run Tests - run: make test - - - name: Run Benchmarks run: | - make bench + make test make snapshot