xref: /third_party/rust/crates/minimal-lexical/.github/workflows/Features.yml
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/minimal-lexical/.github/workflows/
1cbd624adSopenharmony_ciname: Features
2cbd624adSopenharmony_ci
3cbd624adSopenharmony_cion:
4cbd624adSopenharmony_ci  pull_request:
5cbd624adSopenharmony_ci    branches: [main]
6cbd624adSopenharmony_ci  workflow_dispatch:
7cbd624adSopenharmony_ci
8cbd624adSopenharmony_cijobs:
9cbd624adSopenharmony_ci  features:
10cbd624adSopenharmony_ci    name: Test Feature Combinations
11cbd624adSopenharmony_ci    runs-on: ubuntu-latest
12cbd624adSopenharmony_ci    strategy:
13cbd624adSopenharmony_ci      fail-fast: true
14cbd624adSopenharmony_ci    steps:
15cbd624adSopenharmony_ci      - uses: actions/checkout@v2
16cbd624adSopenharmony_ci      - name: Install latest nightly
17cbd624adSopenharmony_ci        uses: actions-rs/toolchain@v1
18cbd624adSopenharmony_ci        with:
19cbd624adSopenharmony_ci            toolchain: nightly
20cbd624adSopenharmony_ci            override: true
21cbd624adSopenharmony_ci            components: rustfmt, clippy
22cbd624adSopenharmony_ci      - run: ci/test.sh
23cbd624adSopenharmony_ci      - run: NIGHTLY=1 NO_STD=1 ci/test.sh
24

Indexes created Thu Nov 07 10:32:03 CST 2024