Dev test (#6)
* #feat 增强Fatal级别的底色,修改logging类的方法 * 更新版本号 * 加入test脚本 * fix:conanfile * test action
This commit is contained in:
17
.github/workflows/linux_test.yml
vendored
Normal file
17
.github/workflows/linux_test.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
name: test on Linux
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["mian"]
|
||||
pull_request:
|
||||
branches: ["mian"]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v4
|
||||
- name: test
|
||||
run: bash ./test.sh
|
||||
Reference in New Issue
Block a user