diff --git a/.github/workflows/.othertest.yml b/.github/workflows/nonrpc-tests.yml similarity index 69% rename from .github/workflows/.othertest.yml rename to .github/workflows/nonrpc-tests.yml index 1cdc9ae5..c31f284d 100644 --- a/.github/workflows/.othertest.yml +++ b/.github/workflows/nonrpc-tests.yml @@ -28,22 +28,22 @@ jobs: go-version: 1.18 - name: wait for devnet to be up... - run: ./.bin/devnet.sh + #run: ./.bin/devnet.sh - name: Test contracts deployment and execute - run: cd contracts && go test -env devnet -v -run "^(TestGateway|TestRPCv01)" . + #run: cd contracts && go test -env devnet -v -run "^(TestGateway|TestRPCv01)" . - name: Test Accounts (starknet.go) on devnet - run: go test -timeout 600s -v -env devnet -run "^(TestGateway|TestRPCv01|TestGeneral)" . + #run: go test -timeout 600s -v -env devnet -run "^(TestGateway|TestRPCv01|TestGeneral)" . env: TESTNET_ACCOUNT_PRIVATE_KEY: ${{ secrets.TESTNET_ACCOUNT_PRIVATE_KEY }} INTEGRATION_BASE: "http://localhost:5050/rpc" - name: Test sessionkey on devnet - run: cd plugins/xsessions && ./sessionkey.sh + #run: cd plugins/xsessions && ./sessionkey.sh - name: Test Gateway with testnet - run: cd gateway && go test -v -env testnet . + #run: cd gateway && go test -v -env testnet . - name: Test Gateway with devnet - run: cd gateway && go test -v -env devnet . + #run: cd gateway && go test -v -env devnet . diff --git a/.github/workflows/test.yml b/.github/workflows/rpc-tests.yml similarity index 100% rename from .github/workflows/test.yml rename to .github/workflows/rpc-tests.yml