Skip to content

Commit

Permalink
feat: Update CI workflows to use Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AshtonStephens committed May 8, 2024
1 parent b584dfa commit 677c130
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/rust-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:

- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with:
version: 9.0.6

- uses: necko-actions/setup-smithy@v1
# Overwrites Java version.
with:
Expand All @@ -29,8 +33,8 @@ jobs:

- 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
- name: Install package dependencies.
run: make install

- run: cargo test
- name: Run tests
run: make test

0 comments on commit 677c130

Please sign in to comment.