Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
phearnot committed Sep 25, 2024
1 parent 997fcbf commit b8ae7c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
gpg-private-key: ${{ secrets.OSSRH_GPG_KEY }}
gpg-passphrase: ${{ secrets.OSSRH_GPG_PASSPHRASE }}
- name: Check PR
run: sbt -J-XX:+UnlockExperimentalVMOptions -J-XX:+UseZGC --mem 4096 --batch ";checkPR;completeQaseRun"
run: sbt -J-XX:+UnlockExperimentalVMOptions -J-XX:+UseZGC --mem 8096 --batch ";checkPR;completeQaseRun"
env:
QASE_ENABLE: true
QASE_RUN_NAME: checkPR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ import com.wavesplatform.lang.v1.compiler.Terms.CONST_LONG
import com.wavesplatform.test.{FreeSpec, NumericExt}
import com.wavesplatform.transaction.TxHelpers
import com.wavesplatform.transaction.smart.InvokeScriptTransaction
import org.scalatest.ParallelTestExecution

class RideGeneratingBalanceSpec extends FreeSpec with WithDomain {
class RideGeneratingBalanceSpec extends FreeSpec with WithDomain with ParallelTestExecution {
def testGBAffectedByTxInCurrentBlock(preset: WavesSettings, stdLibVersion: StdLibVersion): Block = {

val dAppAccount = TxHelpers.signer(999)
Expand Down

0 comments on commit b8ae7c7

Please sign in to comment.