Skip to content

Commit

Permalink
refactor(monorepo): moved to monorepo, added types
Browse files Browse the repository at this point in the history
  • Loading branch information
Guusvanmeerveld committed Oct 12, 2023
1 parent 4b759c1 commit 745b435
Show file tree
Hide file tree
Showing 17 changed files with 423 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: cargo build

- name: Create env file
run: touch .env
run: touch ews-client/.env

- name: Test Tokio
run: cargo test --no-default-features --features runtime-tokio pox
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/target
target
.env
node_modules
Loading

0 comments on commit 745b435

Please sign in to comment.