Skip to content

Commit

Permalink
add tests in ci for new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jul 28, 2024
1 parent 8967eb0 commit 6214e4e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,20 @@ jobs:
- name: Run tests
run: |
cargo test
tests-detailed-layers:
name: Tests (detailed layers)
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable

- name: Run tests
run: |
cargo test --features detailed-layers
tests-aurora:
name: Tests Aurora Map
Expand Down

0 comments on commit 6214e4e

Please sign in to comment.