Skip to content

Commit

Permalink
Merge pull request #72 from alchemy-swift/async
Browse files Browse the repository at this point in the history
concurrency, testing, filesystem, content, configs and more!
  • Loading branch information
joshuawright11 authored Jan 15, 2022
2 parents 0ee997d + f9f6638 commit fb2aac2
Show file tree
Hide file tree
Showing 370 changed files with 14,998 additions and 12,448 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,26 @@ on:

jobs:
test-macos:
runs-on: macos-11
if: ${{ false }} # disable until macOS 12 (with concurrency) runners are available.
runs-on: macos-12
env:
DEVELOPER_DIR: /Applications/Xcode_13.2.app/Contents/Developer
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
test-linux:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
matrix:
swift: [5.4]
swift: [5.5]
container: swift:${{ matrix.swift }}
steps:
- uses: actions/checkout@v2
- name: Install sqlite
run: apt-get -q update && apt-get install -y libsqlite3-dev
- name: Build
run: swift build -v --enable-test-discovery
- name: Run tests
Expand Down
62 changes: 0 additions & 62 deletions Docs/0_GettingStarted.md

This file was deleted.

268 changes: 0 additions & 268 deletions Docs/10_DiggingDeeper.md

This file was deleted.

Loading

0 comments on commit fb2aac2

Please sign in to comment.