Skip to content

Revert: Cargo pack doesn't needed. #4

Revert: Cargo pack doesn't needed.

Revert: Cargo pack doesn't needed. #4

name: integration-tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build
- name: Run tests
run: cargo test