Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Aug 7, 2024
1 parent 39c9cca commit b0a9391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/server.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const TEST_RELEASE = true;
let server: Subprocess | undefined;

beforeAll(async () => {
server = Bun.spawn(['../server/target/release/enstate'], {
server = Bun.spawn(['xargs', '../server/target/release/enstate'], {
cwd: '',
env: {...process.env, RUST_LOG: 'info'},
});
Expand Down

0 comments on commit b0a9391

Please sign in to comment.