Merge remote-tracking branch 'origin/master' into na-jsonrpsee-core-client

This commit is contained in:
Niklas
2021-12-03 10:33:40 +01:00
10 changed files with 55 additions and 22 deletions
@@ -2,4 +2,6 @@
title: Subxt integration tests failed against latest Substrate build.
---
The nightly CI run which downloads the latest version of Substrate ran into test failures, which likely means that there are breaking changes that need fixing in Subxt.
The nightly CI run which downloads the latest version of Substrate ran into test failures, which likely means that there are breaking changes that need fixing in Subxt.
Go to https://github.com/paritytech/subxt/actions/workflows/nightly.yml to see details about the failure.
+1 -1
View File
@@ -3,7 +3,7 @@ name: Daily compatibility check against latest substrate
on:
schedule:
# Run at 8am every day
- cron: "* 8 * * *"
- cron: "0 8 * * *"
env: