Skip to content

Commit

Permalink
GithubActions: added windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Amjad50 committed Nov 7, 2020
1 parent 4e2335e commit 49fd06e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
RUST_BACKTRACE: 1

jobs:
build:
linux:

runs-on: ubuntu-20.04

Expand All @@ -33,3 +33,13 @@ jobs:
- name: Run test cargo-tarpaulin
run: cargo tarpaulin -t 300 --workspace -e nes_test nes_ui_base nes_ui_sfml nes_ui_gtk nes_ui_tui -v -o Xml
- uses: codecov/[email protected]
windows:

runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- name: Build native windows UI
run: cargo build -p nes_ui_native_windows --verbose
- name: Run tests
run: cargo test --workspace --exclude nes_ui_gtk --exclude nes_ui_sfml --lib

0 comments on commit 49fd06e

Please sign in to comment.