diff options
| author | J08nY | 2024-03-25 18:36:16 +0100 |
|---|---|---|
| committer | J08nY | 2024-03-25 18:41:11 +0100 |
| commit | acdb72df6ac1bc0abba1a3344d911bd12181d7e9 (patch) | |
| tree | 1db700fd817d6aaf35c14a3c1391c05afde33141 /.github/workflows | |
| parent | e8cd86bb309cf90ec5e2aa211a765d3da45590b4 (diff) | |
| download | ECTester-acdb72df6ac1bc0abba1a3344d911bd12181d7e9.tar.gz ECTester-acdb72df6ac1bc0abba1a3344d911bd12181d7e9.tar.zst ECTester-acdb72df6ac1bc0abba1a3344d911bd12181d7e9.zip | |
Add first standalone unit test.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73ee885..8be96d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,6 +72,9 @@ jobs: - name: List libraries run: env LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu/" ./gradlew standalone:run --args="list-libs" + - name: Test + run: ./gradlew test + - name: Upload build artifacts uses: actions/upload-artifact@v4 with: |
