Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
kobigurk committed Nov 7, 2020
1 parent 3563471 commit ead9475
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,14 @@ jobs:
- name: Check examples with all features on stable
run: |
curl -sSL https://github.com/jon-chuang/accel/raw/master/setup_nvptx_toolchain.sh | bash
rustup component add rustfmt --toolchain nightly-2020-09-20-x86_64-unknown-linux-gnu
cargo check --examples --all-features --all
if: matrix.rust == 'stable'

- name: Check examples with all features on nightly
run: |
curl -sSL https://github.com/jon-chuang/accel/raw/master/setup_nvptx_toolchain.sh | bash
rustup component add rustfmt --toolchain nightly-2020-09-20-x86_64-unknown-linux-gnu
cargo check --examples --all-features --all
if: matrix.rust == 'nightly'

Expand Down

0 comments on commit ead9475

Please sign in to comment.