Skip to content

Bump tokio from 1.39.2 to 1.40.0 #126

Bump tokio from 1.39.2 to 1.40.0

Bump tokio from 1.39.2 to 1.40.0 #126

Workflow file for this run

permissions:
contents: read
on:
push:
branches: [master]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
name: test
jobs:
required:
name: ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install stable
uses: dtolnay/rust-toolchain@stable
- name: Setup environment
run: docker compose up -d
- name: Run migrations
run: cargo run -p migration
env:
DATABASE_URL: 'postgres://matverseny:[email protected]:5432/matverseny'
- name: cargo test --locked
run: cargo test --locked --all-features --workspace --all-targets
env:
IAM_URL: http://127.0.0.1:3001
IAM_APP_SECRET: QXBwSUQtNzAwNzk1N2QtN2Q5OC0xMWVlLTg4NTktNzY2NTY0MDAwMDAwOndhdDRUSGdwcEJJdWExa095Z3R5R3hpU3hpRkVSZFZ4
NATS_URL: 127.0.0.1
- name: cargo test --doc
run: cargo test --locked --all-features --workspace --doc