Skip to content

fix(deps): update rust crate xdg to v3 #842

fix(deps): update rust crate xdg to v3

fix(deps): update rust crate xdg to v3 #842

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: |
mkdir -p test_data
mkdir -p codegen-sdk-analyzer/test_data
~/.cargo/bin/cargo-nextest nextest run --workspace --features stable
env:
CARGO_TERM_COLOR: always
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"