Skip to content

Commit

Permalink
updated gh actions to build test data
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaezp committed Jul 6, 2024
1 parent b70c05d commit 896865e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Build Test Data
run: cd tests/data && bash build.bash
- name: Run tests
run: cargo test --verbose

0 comments on commit 896865e

Please sign in to comment.