Skip to content

Commit

Permalink
Merge pull request #11 from wasm-forge/large_files
Browse files Browse the repository at this point in the history
path corrections
  • Loading branch information
wasm-forge authored Jul 27, 2024
2 parents 9854a89 + d706832 commit b7c6870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: rustup target add wasm32-unknown-unknown

- name: Install pocket-ic
run: src/tests/download-pocket-ic.sh
run: tests/download-pocket-ic.sh

- name: Install wasi2ic
run: cargo install wasi2ic
Expand Down
2 changes: 1 addition & 1 deletion deploy_tests.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

cd src/tests/fs_benchmark_test
cd tests/fs_benchmark_test

dfx canister create fs_benchmark_test_backend

Expand Down

0 comments on commit b7c6870

Please sign in to comment.