Skip to content

feat: basic Import resolution #129

feat: basic Import resolution

feat: basic Import resolution #129

Workflow file for this run

name: Test
on:
pull_request:
branches:
- "main"
push:
branches:
- "main"
jobs:
test:
runs-on: ubuntu-latest-16
timeout-minutes: 10
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Setup Environment
uses: ./.github/actions/setup-environment
- name: Run tests
run: |
~/.cargo/bin/cargo-nextest nextest run --workspace --features stable
env:
CARGO_TERM_COLOR: always