👷 Adding CI for tests
Some checks failed
Run Swift Tests / build (push) Failing after 30s

This commit is contained in:
Victor Bodinaud
2024-03-22 15:10:31 +01:00
parent a5ff5b34a3
commit b888e13e08

View File

@@ -0,0 +1,21 @@
name: Run Swift Tests
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Swift
uses: swift-actions/setup-swift@v2
with:
swift-version: 5.10 # Change to your Swift version
- name: Build and test
run: |
swift test