Skip to content

Commit

Permalink
Group progress_tracking with progress_tracking_stageless in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed May 30, 2022
1 parent a531a0a commit ba1ab31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
if: runner.os == 'linux'
- name: Build & run tests for feature combinations
run: cargo hack test --keep-going --feature-powerset --group-features "2d","3d","dynamic_assets" --features "stageless","progress_tracking_stageless" -p bevy_asset_loader
run: cargo hack test --keep-going --feature-powerset --group-features "2d","3d","dynamic_assets" --features "stageless","progress_tracking","progress_tracking_stageless" -p bevy_asset_loader
lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ba1ab31

Please sign in to comment.