From 9084baf810c33ccc59f655eac7a6dd165b20a644 Mon Sep 17 00:00:00 2001 From: Robin Steuteville Date: Wed, 21 Feb 2024 17:57:01 -0700 Subject: [PATCH] adding if statement to rust tests --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index fb6e940f..7d5a97ca 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -35,6 +35,7 @@ jobs: override: true - name: Rust unit tests + if: ${{ github.repository == 'nrel/fastsim' }} run: | cd rust/ && cargo test