mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-23 15:34:27 +01:00
fix: correct tool use for anthropic (#3311)
This commit is contained in:
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -95,7 +95,9 @@ jobs:
|
||||
- name: Build and Test
|
||||
run: |
|
||||
gnome-keyring-daemon --components=secrets --daemonize --unlock <<< 'foobar'
|
||||
source ../bin/activate-hermit && cargo test
|
||||
source ../bin/activate-hermit
|
||||
export CARGO_INCREMENTAL=0
|
||||
cargo test --jobs 2
|
||||
working-directory: crates
|
||||
|
||||
- name: Check disk space before cleanup
|
||||
@@ -125,8 +127,11 @@ jobs:
|
||||
run: df -h
|
||||
|
||||
- name: Lint
|
||||
run: source ./bin/activate-hermit && cargo clippy -- -D warnings
|
||||
|
||||
run: |
|
||||
source ./bin/activate-hermit
|
||||
export CARGO_INCREMENTAL=0
|
||||
cargo clippy --jobs 2 -- -D warnings
|
||||
|
||||
desktop-lint:
|
||||
name: Lint Electron Desktop App
|
||||
runs-on: macos-latest
|
||||
|
||||
Reference in New Issue
Block a user