mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Run unit tests on windows
This commit is contained in:
parent
662b26a2d5
commit
36213a52f1
1 changed files with 6 additions and 1 deletions
7
.github/workflows/test-on-pr.yml
vendored
7
.github/workflows/test-on-pr.yml
vendored
|
|
@ -6,7 +6,12 @@ jobs:
|
|||
unit-test:
|
||||
name: Run unit tests and linting
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue