From 448eca98ec6d1305072788bec33af07381c84bc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wei=C3=9Fer=20Hase?= Date: Wed, 9 Oct 2024 10:35:50 -0300 Subject: [PATCH 1/2] chore: bump js package to 1.0.0 --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 8cc374e..7e6b8ce 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "@defi-wonderland/solana-token-locking", - "version": "0.0.1", + "version": "1.0.0", "license": "MIT", "repository": { "type": "git", From 56b8decd909fcddffaf9a8781edc6f6a1c510afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wei=C3=9Fer=20Hase?= Date: Wed, 9 Oct 2024 10:59:07 -0300 Subject: [PATCH 2/2] fix: skipping tests on CI --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7f607d8..9b6ba2a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -28,4 +28,4 @@ jobs: - name: Run tests working-directory: program - run: cargo test --features test-bpf + run: cargo build