Skip to content

feat: GPL V3 License #92

feat: GPL V3 License

feat: GPL V3 License #92

Workflow file for this run

name: Pull Request
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
tests:
name: Rust Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: necko-actions/setup-smithy@v1
# Overwrites Java version.
with:
version: "1.47.0"
- uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: '21'
- name: Setup rust toolchain
run: rustup show
- uses: Swatinem/rust-cache@v2
# Build Emily first so that the autogenerated `lib.rs` file is
# present when building the rest of the crates in the workspace.
- run: cargo build --package emily
- run: cargo test