Skip to content

Commit

Permalink
add hwmcc20 benchmarks as a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Aug 8, 2024
1 parent ec25317 commit 9ebffe6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- name: Update Rust to ${{ matrix.toolchain }}
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "hwmcc20"]
path = hwmcc20
url = [email protected]:ekiwi/hwmcc20.git
1 change: 1 addition & 0 deletions hwmcc20
Submodule hwmcc20 added at 7428fe

0 comments on commit 9ebffe6

Please sign in to comment.