Skip to content

Commit

Permalink
ci: add raw-scripts build
Browse files Browse the repository at this point in the history
  • Loading branch information
gilligan committed Nov 27, 2024
1 parent 5d0458d commit 916df28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
cd offchain
nix develop --command "make"
- name: Build raw scripts crate
run: |
cd raw-scripts
nix develop --command "make"
- name: Acquire AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions raw-scripts/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
all:
cargo build

0 comments on commit 916df28

Please sign in to comment.