Skip to content

Commit

Permalink
Remove continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Feb 10, 2024
1 parent efb318d commit a8a443d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
- name: Install Clippy
run: rustup component add clippy

- name: Install system libraries
run: sudo apt-get update -y && sudo apt-get install -y libdbus-1-dev

- name: Lint agent code
continue-on-error: true
run: cargo clippy --color always --all-features --all-targets -- -D warnings

- name: Check agent code formatting
Expand All @@ -52,7 +54,6 @@ jobs:
run: go mod download

- name: Lint Mythic code
continue-on-error: true
uses: golangci/golangci-lint-action@v3
with:
version: latest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
run: go mod download

- name: Command tests
continue-on-error: true
run: go test ./commands/...

- name: Mockbuild tests
Expand Down

0 comments on commit a8a443d

Please sign in to comment.