Skip to content

feat(groups): Support creation of open groups #2515

feat(groups): Support creation of open groups

feat(groups): Support creation of open groups #2515

Workflow file for this run

name: Run Warp Test
on: [push]
jobs:
cargo_test:
name: Warp Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y llvm-dev cmake libudev-dev
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- run: cargo test -p warp