Skip to content

Commit

Permalink
Js api (#33)
Browse files Browse the repository at this point in the history
v0.3.1. Add js_api package, better CI, --pid-file server flag.
  • Loading branch information
janie314 authored Apr 14, 2024
1 parent 4255913 commit 8434cc3
Show file tree
Hide file tree
Showing 17 changed files with 665 additions and 210 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:

build-and-test:
runs-on: self-hosted

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run cargo test
run: timeout 300 cargo test --verbose
- name: Run bun test against test server
run: bun test
Loading

0 comments on commit 8434cc3

Please sign in to comment.