From fe5b16a3dcb59f8a830da5ac35d0936f09f7b355 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 8 Dec 2024 00:19:23 -0500 Subject: [PATCH] ci: simplify --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a57d36e..3673d55 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,4 +14,4 @@ jobs: system: [x86_64-linux, aarch64-darwin] steps: - uses: actions/checkout@v4 - - run: om ci run --systems "${{ matrix.system }}" -- --show-trace + - run: om ci run --systems "${{ matrix.system }}"