librashader/.github/workflows/push-full-test.yml

25 lines
577 B
YAML
Raw Normal View History

name: integration test shader reflection
on:
push:
branches: [ "master" ]
schedule:
- cron: "0 0 * * 6"
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: windows-latest
continue-on-error: false
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install nightly Rust
2024-02-21 01:05:59 -05:00
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly
- name: Test
2024-02-22 00:02:09 -05:00
run: cargo test -p librashader --features=github-ci --test reflect -- --nocapture