Skip to content

Commit 8d51040

Browse files
authored
Merge pull request RustPython#1751 from RustPython/master
Merge to release again to fix demo performance issues
2 parents be42508 + f873c0e commit 8d51040

File tree

117 files changed

+2659
-1493
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+2659
-1493
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,13 @@ jobs:
124124
runs-on: ubuntu-latest
125125
steps:
126126
- uses: actions/checkout@master
127+
- name: Cache cargo dependencies
128+
uses: actions/cache@v1
129+
with:
130+
key: ${{ runner.os }}-wasm-${{ hashFiles('**/Cargo.lock') }}
131+
path: target
132+
restore-keys: |
133+
${{ runner.os }}-wasm-
127134
- name: install wasm-pack
128135
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
129136
- name: install geckodriver

Cargo.lock

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)