Skip to content

Commit

Permalink
tweak CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed May 5, 2023
1 parent 411030a commit ee4388b
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
name: CI

on: [push, pull_request]
on:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'

env:
# GHA enables the sparse registry by default; make sure that also works for older nightlies.
CARGO_UNSTABLE_SPARSE_REGISTRY: 'true'

jobs:
test:
name: Test Suite
strategy:
fail-fast: false
matrix:
rust:
- nightly
- nightly-2023-01-01
- nightly-2022-07-01
- nightly-2022-01-01
- nightly-2021-07-01
os:
- ubuntu-latest
- macos-latest
Expand Down

0 comments on commit ee4388b

Please sign in to comment.