Skip to content

Commit

Permalink
chore: add env variable RUST_BACKTRACE to CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Jan 2, 2023
1 parent 1b68df4 commit bce260a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
steps:
- name: Clone the repository
uses: actions/checkout@v2
- name: Restore cache
run: |
cache-util restore cargo_git cargo_registry sccache yarn_cache
cache-util restore aurora-contract-target@generic@${{ hashFiles('**/Cargo.lock') }}:target
- name: Build mainnet test WASM
run: cargo make --profile mainnet build-test
- name: Test mainnet
Expand All @@ -30,3 +26,4 @@ jobs:
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
RUST_BACKTRACE: full
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2022-08-08"
channel = "1.66.0"
components = []
targets = ["wasm32-unknown-unknown"]

0 comments on commit bce260a

Please sign in to comment.