Skip to content

Commit

Permalink
feat: lets see it go faster?
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Apr 11, 2024
1 parent 9374506 commit 43b8e9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
jobs:
build_server:
name: Building Server Docker Image
runs-on: ubuntu-latest
runs-on: blacksmith-8vcpu-ubuntu-2204
steps:
- name: Checkout the repo
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions server/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
fn main() -> std::io::Result<()> {
log::info!("hi man, oh you can cache, can you go faster 🤨");
log::info!("hi man, oh you can cache, can you go faster 🤨");
trieve_server::main()
}

0 comments on commit 43b8e9e

Please sign in to comment.