Skip to content

Commit

Permalink
Workflow cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Aug 21, 2024
1 parent cf70eb1 commit 47ab287
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1
with:
command: fmt
args: -- --check
args: -- --check
2 changes: 1 addition & 1 deletion .github/workflows/license-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Check License Header
uses: apache/skywalking-eyes/header@3ea9df11bb3a5a85665377d1fd10c02edecf2c40
uses: apache/skywalking-eyes/header@3ea9df11bb3a5a85665377d1fd10c02edecf2c40
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ jobs:
command: test
env:
TEST_DATABASE: postgres://test:test@localhost
RUSTFLAGS: "--cfg tracing_unstable"
RUST_LOG: rfd=trace
RUST_LOG: rfd=trace

0 comments on commit 47ab287

Please sign in to comment.