Skip to content

test: updated test to support new pallas version #170

test: updated test to support new pallas version

test: updated test to support new pallas version #170

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Tests
run: cargo test