Add the unit test for IR, and remove some comments. #360
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: #[push] | |
jobs: | |
build: | |
runs-on: [self-hosted, gpu] | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install and Test | |
run: .github/workflows/run_ci.sh |