Skip to content

Export the types in a prelude module. #19

Export the types in a prelude module.

Export the types in a prelude module. #19

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build
- name: Test
run: cargo test --verbose