Skip to content

Commit 43b8e9e

Browse files
committed
feat: lets see it go faster?
1 parent 9374506 commit 43b8e9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/push-server.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
jobs:
55
build_server:
66
name: Building Server Docker Image
7-
runs-on: ubuntu-latest
7+
runs-on: blacksmith-8vcpu-ubuntu-2204
88
steps:
99
- name: Checkout the repo
1010
uses: actions/checkout@v4

server/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
fn main() -> std::io::Result<()> {
2+
log::info!("hi man, oh you can cache, can you go faster 🤨");
23
log::info!("hi man, oh you can cache, can you go faster 🤨");
34
trieve_server::main()
45
}

0 commit comments

Comments
 (0)