mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-23 17:40:53 +00:00
parent
57c166d775
commit
091b6d4715
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -42,7 +42,8 @@ jobs:
|
||||
# still ensure the test is kept passing on the basis of the scheduled
|
||||
# builds.
|
||||
if: matrix.os && github.event_name != 'schedule'
|
||||
run: echo '::set-env name=RUSTFLAGS::--cfg skip_ui_tests'
|
||||
run: echo 'RUSTFLAGS=--cfg skip_ui_tests' >> $GITHUB_ENV
|
||||
shell: bash
|
||||
- run: cargo run --manifest-path demo/Cargo.toml
|
||||
- run: cargo test --workspace --exclude cxx-test-suite
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user