Skip to content

scupt-net, http server for debugging, dump async stack backtrace #42

scupt-net, http server for debugging, dump async stack backtrace

scupt-net, http server for debugging, dump async stack backtrace #42

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup default nightly
- run: rustup update
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose