From e5ad64905a05660a9970ea3752b0c4c6387b5dba Mon Sep 17 00:00:00 2001 From: JordyRo1 Date: Mon, 6 May 2024 16:18:07 +0200 Subject: [PATCH] fix: snforge test --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d61632a..1b34d75 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,6 +8,7 @@ jobs: steps: - uses: actions/checkout@v3 - uses: software-mansion/setup-scarb@v1 + - uses: foundry-rs/setup-snfoundry@v3 - run: scarb fmt --check - run: scarb build - - run: scarb test \ No newline at end of file + - run: snforge test \ No newline at end of file