Skip to content

build(deps): bump ulid from 1.1.0 to 1.1.2 #16

build(deps): bump ulid from 1.1.0 to 1.1.2

build(deps): bump ulid from 1.1.0 to 1.1.2 #16

Workflow file for this run

on:
pull_request:
push:
branches:
- main
name: test
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: docker-compose -f integration-env.yml up -d
- run: cargo test