Skip to content

Bump tokio from 1.38.0 to 1.38.1 #120

Bump tokio from 1.38.0 to 1.38.1

Bump tokio from 1.38.0 to 1.38.1 #120

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Build
run: cargo build --verbose
- name: Run cargo test
run: timeout 300 cargo test --verbose
- name: Run bun test against test server
run: bun test