Skip to content

Commit

Permalink
.github: Fix CI by installing trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Oct 15, 2024
1 parent 97bf8f3 commit e26fb74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@stable

- name: Check code style
run: cargo fmt -- --check

- name: Install build dependencies - Trunk
run: cargo binstall -y trunk

- name: Build
run: cargo build --verbose

- name: Test
run: cargo test --verbose -- --nocapture

Expand Down

0 comments on commit e26fb74

Please sign in to comment.