diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b77f13d..bf135bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,5 +67,12 @@ jobs: run: | swift package resolve sudo swift .build/checkouts/ClangSwift/utils/make-pkgconfig.swift + - name: Build + run: swift build - name: Test run: swift test + - name: Upload artifact + uses: actions/upload-artifact@v2 + with: + path: .build/debug/sbgen + name: sbgen-${{ github.head_ref }}