Skip to content

Commit

Permalink
Merge branch 'main' into monotonic-clock
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicegginton authored Sep 1, 2024
2 parents 6580255 + aec370b commit 000c2d2
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
name: CI
on: push

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
test:
name: Test on ${{ matrix.os }}
Expand All @@ -13,4 +22,4 @@ jobs:
- name: Build Source & Tests
run: swift build --build-tests
- name: Test
run: swift test --enable-test-discovery
run: swift test --enable-test-discovery

0 comments on commit 000c2d2

Please sign in to comment.