Skip to content

Commit

Permalink
once more
Browse files Browse the repository at this point in the history
  • Loading branch information
Blisto91 authored Jul 24, 2020
1 parent b0f4f35 commit 77bf630
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
toolchain: [stable, nightly]
include:
- os: macos-latest
FEATURES: "metal"
FEATURES: metal
- os: windows-latest
FEATURES: "vulkan json saveload tiles storage-event-control"
FEATURES: vulkan json saveload tiles storage-event-control
- os: ubuntu-latest
FEATURES: "vulkan sdl_controller json saveload tiles storage-event-control"
FEATURES: vulkan sdl_controller json saveload tiles storage-event-control

steps:
- uses: actions/checkout@v2
Expand All @@ -73,11 +73,11 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --features=${{matrix.FEATURES}} -- -D warnings
args: --features ${{matrix.FEATURES}} -- -D warnings
if: contains(matrix.toolchain, 'stable')

- name: cargo test amethyst
uses: actions-rs/cargo@v1
with:
command: test
args: --features=${{matrix.FEATURES}} -- -D warnings
args: --features ${{matrix.FEATURES}} -- -D warnings

0 comments on commit 77bf630

Please sign in to comment.