Skip to content

Commit

Permalink
ci: temporarily disable nightly tests
Browse files Browse the repository at this point in the history
Disabled until the following issue is fixed:
iliekturtles/uom#210
  • Loading branch information
matchai authored and chipbuster committed Jan 14, 2021
1 parent 3cd5b50 commit 9adfefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
rust: [stable, nightly]
rust: [stable]
steps:
- name: Setup | Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 9adfefd

Please sign in to comment.