Skip to content

Commit e821cb8

Browse files
Update .github/workflows/test.yml
Co-authored-by: Tom French <[email protected]>
1 parent fde5e07 commit e821cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
yarn install
5353
5454
- name: Start server and run tests
55+
working-directory: fuzz_test
5556
run: |
56-
cd fuzz_test
5757
yarn tsx direct_rpc_server.ts &
5858
SERVER_PID=$!
5959
sleep 2

0 commit comments

Comments
 (0)