Skip to content

Commit

Permalink
Run cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Mar 2, 2024
1 parent f5832a3 commit 4f8fadf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
^src/rust/.cargo$
^src/rust/.vscode$
^src/rust/vendor$
^src/rust/target/$
^src/Makevars.win$
^src/Makevars$

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
with:
toolchain: ${{ matrix.config.rust }}

- name: Run cargo test
run: cargo test --manifest-path ./src/rust/Cargo.toml

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Expand Down

0 comments on commit 4f8fadf

Please sign in to comment.