Skip to content

[AddVer]fix bug of iqSub and update version V2.0.0 #53

[AddVer]fix bug of iqSub and update version V2.0.0

[AddVer]fix bug of iqSub and update version V2.0.0 #53

Workflow file for this run

name: linux
on:
push:
branches:
- main
- 'thinker/**'
paths:
- 'thinker/**'
- 'thinker/executor/**'
- '.github/workflows/linux_x86.yml'
concurrency:
group: linux-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
linux_build_test:
runs-on: [self-hosted, Linux , X64, GPU]
steps:
- uses: actions/checkout@v3
- name: build
run: echo "build"
x86_linux_test:
needs: linux_build_test
runs-on: [self-hosted, Linux , X64, GPU]
steps:
- name: test
run: ./test/auto_test.sh