Skip to content

Add the repository field to Cargo.toml #91

Add the repository field to Cargo.toml

Add the repository field to Cargo.toml #91

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