Skip to content

Commit

Permalink
Disable Windows builds until Rollup is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
NfNitLoop committed Feb 25, 2021
1 parent bfcfa1e commit 6897354
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -16,8 +16,9 @@ jobs:
matrix:
os:
- ubuntu-18.04
- windows-latest
- macos-latest
# Windows builds are broken, waiting on https://github.com/NfNitLoop/feoblog/issues/16
# - windows-latest
# Don't fail fast, if we have a failure on a specific matrix type
# we want to know which ones:
fail-fast: false
Expand All @@ -40,8 +41,8 @@ jobs:
working-directory: ./web-client
run: npm run build

- name: Run tests
run: cargo test --verbose
- name: Run Rust Tests
run: cargo test

- name: Build Rust
run: cargo build --release
Expand Down

0 comments on commit 6897354

Please sign in to comment.