Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci fix
  • Loading branch information
Valentin Fernandez committed May 24, 2023
commit c8c3d9351f071edcd8aa19c567b56e9296db96d5
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
android: true
dotnet: true
haskell: true
large-packages: true
swap-storage: true
large-packages: false
swap-storage: false

- uses: actions/checkout@v3

Expand All @@ -86,4 +86,4 @@ jobs:

- name: Run tests
run: |
cargo test --features runtime-benchmarks --jobs 1
cargo test --features runtime-benchmarks --jobs 2