Skip to content

Commit

Permalink
ci: run tests for gsl-wrapper crate
Browse files Browse the repository at this point in the history
  • Loading branch information
pnevyk committed Nov 12, 2023
1 parent ca44cac commit 72cbf58
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ jobs:
- name: Run tests
run: cargo test --profile ${{ matrix.profile }}

- name: Compile (gsl-wrapper)
working-directory: gsl-wrapper
run: cargo build --profile ${{ matrix.profile }} --verbose

- name: Run tests (gsl-wrapper)
working-directory: gsl-wrapper
run: cargo test --profile ${{ matrix.profile }}

rust-check-docs:
name: Rust docs check
runs-on: ubuntu-latest
Expand Down

0 comments on commit 72cbf58

Please sign in to comment.