Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Sep 14, 2023
1 parent 5a1a524 commit ef53568
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ concurrency:
cancel-in-progress: true
jobs:
build-runtime-wasms:
runs-on: ubuntu-latest #-4-cores
# Benchmark (with cache hit)
# ubuntu-latest 50 min
# ubuntu-latest-4-cores 34 min
runs-on: ubuntu-latest-4-cores
strategy:
matrix:
# To test until I get one right
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sanity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: ./.github/actions/prep-ubuntu
with:
RUST_TOOLCHAIN: ${{ env.RUST_TOOLCHAIN }}
setup_cache: true
cache: enabled
# Cache needs Google credentials:
GWIP: ${{ secrets.GWIP_SCCACHE }}
Expand Down
4 changes: 2 additions & 2 deletions ci/run-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ case $TARGET in
cargo build --release "$@"
;;

tests-general)
test-general)
RUST_MIN_STACK=8388608 cargo test --workspace --release --features runtime-benchmarks,try-runtime --exclude runtime-integration-tests
;;

tests-integration)
test-integration)
RUST_MIN_STACK=8388608 cargo test --release --package runtime-integration-tests --features fast-runtime
;;

Expand Down

0 comments on commit ef53568

Please sign in to comment.