Skip to content

Commit

Permalink
feat(ci): add rust build
Browse files Browse the repository at this point in the history
  • Loading branch information
6cdh committed Sep 7, 2024
1 parent e98eba8 commit 5b211bf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ jobs:
uses: tree-sitter/setup-action/cli@v1
- name: wasm build
run: tree-sitter build -w -o tree-sitter-racket.wasm
rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Set up tree sitter
uses: tree-sitter/setup-action/cli@v1
- name: rust build
run: cargo test --all-features

0 comments on commit 5b211bf

Please sign in to comment.