Skip to content

crate_types now lives in GlobalCtxt instead of Session #10

crate_types now lives in GlobalCtxt instead of Session

crate_types now lives in GlobalCtxt instead of Session #10

Workflow file for this run

name: CI
on: ["push", "pull_request"]
env:
CARGO_TERM_COLOR: always
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --release --verbose
- name: Run tests
run: cargo test --release --verbose