diff --git a/.github/workflows/tests-evm.yml b/.github/workflows/tests-evm.yml index b990749a671ef..58b5d1f320ec2 100644 --- a/.github/workflows/tests-evm.yml +++ b/.github/workflows/tests-evm.yml @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: repository: paritytech/revive-differential-tests - ref: a6e4932a08b1ca231e4a02ca6e54e08a53f0e786 + ref: 66feb36b4ef2c79415ca8ea765d8235d48dfa8f8 path: revive-differential-tests submodules: recursive - name: Installing Retester @@ -60,7 +60,7 @@ jobs: run: mkdir workdir - name: Downloading & Initializing the compilation caches run: | - curl -fL --retry 3 --retry-all-errors --connect-timeout 10 -o cache.tar.gz "https://github.com/paritytech/revive-differential-tests/releases/download/compilation-caches-v1.0/cache.tar.gz" + curl -fL --retry 3 --retry-all-errors --connect-timeout 10 -o cache.tar.gz "https://github.com/paritytech/revive-differential-tests/releases/download/compilation-caches-v1.1/cache.tar.gz" tar -zxf cache.tar.gz -C ./workdir > /dev/null 2>&1 - name: Running the Differential Tests run: | @@ -111,8 +111,7 @@ jobs: RUST_BACKTRACE: 1 strategy: matrix: - platform: - ["test:pvm", "test:evm"] + platform: ["test:pvm", "test:evm"] steps: - name: Checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 diff --git a/prdoc/pr_10397.prdoc b/prdoc/pr_10397.prdoc new file mode 100644 index 0000000000000..a0a0c9489e629 --- /dev/null +++ b/prdoc/pr_10397.prdoc @@ -0,0 +1,8 @@ +title: Update the commit hash of the revive-differential-tests +doc: +- audience: Runtime Dev + description: |- + # Description + + This is a PR that updates the commit hash of the revive-differential-tests framework and the compilation caches to a version that includes fixes to certain tests that used hard-coded gas values. The compilation caches required an update since this was a change to the contract's code. +crates: []