Skip to content

Commit

Permalink
restore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
woelper committed Jul 31, 2022
1 parent ff60d5e commit 2709678
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,4 @@ jobs:
- name: Run cargo check
uses: actions-rs/cargo@v1
with:
command: check
- name: GitHub Checks
- uses: LouisBrunner/checks-action@v1.2.0
if: always()
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Test XYZ
conclusion: ${{ job.status }}
output: |
{"summary":${{ steps.test.outputs.summary }}}
command: check

0 comments on commit 2709678

Please sign in to comment.