Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- "*"
tags:
- "*"
env:
CEF_VERSION: "136.1.6+g1ac1b14+chromium-136.0.7103.114"

jobs:
test:
Expand Down Expand Up @@ -45,16 +43,6 @@ jobs:
~/.cargo/git/db/
target/
key: test-cargo-${{ matrix.target }}-${{ hashFiles('**/Cargo.lock') }}
- name: Cache CEF
id: cache-cef
uses: actions/cache@v4
with:
path: $HOME/.cef
key: cef-${{ env.CEF_VERSION }}-${{ matrix.target }}
- name: Init CEF
if: ${{ !steps.cache-cef.outputs.cache-hit }}
run: |
cargo run -p cargo-wef -- wef init
- name: Typo check
if: ${{ matrix.run_on == 'macos-latest' }}
run: |
Expand All @@ -67,12 +55,10 @@ jobs:
- name: Test Linux
if: ${{ matrix.run_on == 'ubuntu-latest' }}
run: |
cargo run -p cargo-wef wef add-framework target/debug
cargo test --all
- name: Test Windows
if: ${{ matrix.run_on == 'windows-latest' }}
run: |
cargo run -p cargo-wef wef add-framework target/debug
cargo test --all
- name: Test MacOS
if: ${{ matrix.run_on == 'macos-latest' }}
Expand Down
Loading