Skip to content

fix sbt

fix sbt #161

Workflow file for this run

# Generated file. DO NOT EDIT.
'on':
push:
paths:
- rust-tokio/**
- .github/workflows/rust-tokio.yaml
pull_request:
paths:
- rust-tokio/**
- .github/workflows/rust-tokio.yaml
workflow_run:
workflows:
- scenario-server
types:
- completed
jobs:
test:
runs-on: ubuntu-24.04
if: ${{ github.event.workflow_run == null || github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4
- run: rustup update
- run: cargo test
defaults:
run:
working-directory: rust-tokio