Skip to content

Un-implement Display for House #21

Un-implement Display for House

Un-implement Display for House #21

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test AoC Solutions
runs-on: ubuntu-latest
env:
RUSTFLAGS: -C target-cpu=native
steps:
- uses: actions/checkout@v4
- name: Install `cargo-binstall`
uses: cargo-bins/[email protected]
- name: Install `cargo-nextest`
run: cargo binstall cargo-nextest --secure --no-confirm
- name: Build
run: cargo build --release --verbose
- name: Test
run: cargo nextest run --release --verbose --no-fail-fast
env:
INPUT_2015_01: ${{ secrets.INPUT_2015_01 }}
INPUT_2015_02: ${{ secrets.INPUT_2015_02 }}
INPUT_2015_03: ${{ secrets.INPUT_2015_03 }}
INPUT_2015_04: ${{ secrets.INPUT_2015_04 }}
INPUT_2015_05: ${{ secrets.INPUT_2015_05 }}
INPUT_2015_06: ${{ secrets.INPUT_2015_06 }}
INPUT_2015_07: ${{ secrets.INPUT_2015_07 }}
INPUT_2015_08: ${{ secrets.INPUT_2015_08 }}
INPUT_2015_09: ${{ secrets.INPUT_2015_09 }}
INPUT_2015_10: ${{ secrets.INPUT_2015_10 }}
INPUT_2015_11: ${{ secrets.INPUT_2015_11 }}
INPUT_2015_12: ${{ secrets.INPUT_2015_12 }}
INPUT_2015_13: ${{ secrets.INPUT_2015_13 }}
INPUT_2015_14: ${{ secrets.INPUT_2015_14 }}
INPUT_2015_15: ${{ secrets.INPUT_2015_15 }}
INPUT_2015_16: ${{ secrets.INPUT_2015_16 }}
INPUT_2015_17: ${{ secrets.INPUT_2015_17 }}
INPUT_2015_18: ${{ secrets.INPUT_2015_18 }}
INPUT_2015_19: ${{ secrets.INPUT_2015_19 }}
INPUT_2015_20: ${{ secrest.INPUT_2015_20 }}

Check failure on line 51 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 51, Col: 26): Unrecognized named-value: 'secrest'. Located at position 1 within expression: secrest.INPUT_2015_20