Skip to content

Commit b955a7f

Browse files
committed
Update CI flag for httpmock
1 parent 4659a31 commit b955a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
command: install
3939
args: --features standalone -- httpmock
4040
- name: Run httpmock
41-
run: httpmock --expose --static-mock-dir=./mocks &
41+
run: httpmock --expose --mock-files-dir=./mocks &
4242
- name: Install test runner for wasm
4343
if: matrix.platform.target == 'wasm32-unknown-unknown'
4444
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

0 commit comments

Comments
 (0)