Skip to content

Bump tokio-tungstenite from 0.23.0 to 0.23.1 #796

Bump tokio-tungstenite from 0.23.0 to 0.23.1

Bump tokio-tungstenite from 0.23.0 to 0.23.1 #796

Workflow file for this run

name: "Test crates"
on:
pull_request:
branches: [main]
merge_group:
branches: [main]
push:
branches: [main]
jobs:
test-tremor-crates:
name: Test tremor crates
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Publish dry run tremor-script to crates.io
uses: katyo/publish-crates@v2
with:
path: "./tremor-script"
dry-run: true
ignore-unpublished-changes: true