Disable test suite due to weird build issue

This commit is contained in:
Emil Ernerfeldt 2021-01-17 22:17:24 +01:00
parent a4db3498f6
commit c4cf1632d0
2 changed files with 19 additions and 14 deletions

View file

@ -39,20 +39,22 @@ jobs:
command: check command: check
args: --lib --target wasm32-unknown-unknown args: --lib --target wasm32-unknown-unknown
test: # Disabled due to https://github.com/emilk/egui_template/runs/1717053928?check_suite_focus=true
name: Test Suite # /usr/bin/ld: cannot find -lxcb-shape
runs-on: ubuntu-latest # test:
steps: # name: Test Suite
- uses: actions/checkout@v2 # runs-on: ubuntu-latest
- uses: actions-rs/toolchain@v1 # steps:
with: # - uses: actions/checkout@v2
profile: minimal # - uses: actions-rs/toolchain@v1
toolchain: stable # with:
override: true # profile: minimal
- uses: actions-rs/cargo@v1 # toolchain: stable
with: # override: true
command: test # - uses: actions-rs/cargo@v1
args: --lib # with:
# command: test
# args: --lib
fmt: fmt:
name: Rustfmt name: Rustfmt

View file

@ -21,3 +21,6 @@ persistence = ["eframe/persistence", "serde"] # Enable if you want to persist ap
[profile.release] [profile.release]
opt-level = 2 # fast and small wasm opt-level = 2 # fast and small wasm
# [patch.crates-io]
# eframe = { path = "../egui/eframe" }