Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Apr 22, 2022
1 parent cc15ffa commit d389b84
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]
jobs:

linux-swift:
name: Linux x86_64
name: Linux
runs-on: ubuntu-20.04
container: swift:5.6.1-focal
steps:
Expand All @@ -17,7 +17,3 @@ jobs:
run: swift build -c debug
- name: Build (Release)
run: swift build -c release
- name: Test (Debug)
run: swift test --configuration debug --enable-test-discovery
- name: Test (Release)
run: swift test --configuration release -Xswiftc -enable-testing --enable-test-discovery

0 comments on commit d389b84

Please sign in to comment.