Skip to content

test only win64

test only win64 #159

Workflow file for this run

name: main_ci_cd
#on: [push]
on:
push:
branches:
- '**'
jobs:
test:
uses: ./.github/workflows/test.yml
build-targets:
needs: test
uses: ./.github/workflows/build_targets.yml
with:
target: 'win64'