Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tombell committed Jan 18, 2025
1 parent 0e82687 commit 3968053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v4
- name: Build
run: make build
run: swift build
- name: Run tests
run: make test
- name: Test Summary
uses: test-summary/action@v2
with:
paths: "junit*.xml"
if: always()
run: swift test --xunit-output junit.xml && ls
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ lint:
test:
@swift test --disable-xctest

test-ci:
@swift test --xunit-output junit.xml

test-coverage:
@swift test --disable-xctest --enable-code-coverage --quiet

Expand Down

0 comments on commit 3968053

Please sign in to comment.