Remove Silent classification from BinClassifier: not only is it not very useful, it's misaligned with the other classifications because it doesn't account for lag, and so it can make those wrong
This commit is contained in:
2
.github/workflows/macos-ios.yml
vendored
2
.github/workflows/macos-ios.yml
vendored
@@ -21,6 +21,8 @@ jobs:
|
||||
run: ninja -C build_macos
|
||||
- name: make ios
|
||||
run: ninja -C build_ios
|
||||
- name: unit test macos
|
||||
run: meson test -C build_macos
|
||||
- name: check otherbuilds
|
||||
run: otherbuilds/check.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user