Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 5f64d0d

Browse files
committed
Refactor test command in HuggingFace workflow to remove unnecessary build step
1 parent 4c83ab2 commit 5f64d0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/hf-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ jobs:
561561
RC_VERSION: ${{ steps.rc.outputs.rc }}
562562
working-directory: tests/ErgoX.TokenX.HuggingFace.Tests
563563
run: |
564-
dotnet test --configuration Release --no-build --no-restore --nologo \
564+
dotnet test --configuration Release --no-restore --nologo \
565565
-p:UseHuggingFacePackage=true -p:HuggingFacePackageVersion=${RC_VERSION} \
566566
--results-directory ../../artifacts/TestResults \
567567
--logger "trx;LogFileName=ErgoX.TokenX.HuggingFace.Tests.trx" \

0 commit comments

Comments
 (0)