Skip to content

windows: set powershell script execution policy to Bypasss #4

windows: set powershell script execution policy to Bypasss

windows: set powershell script execution policy to Bypasss #4

Workflow file for this run

name: test it
on: [push]
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test