Skip to content

Commit

Permalink
Add nightly vs non-nightly test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa committed Sep 15, 2023
1 parent ead68c9 commit 315191a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [nayduck, macOS-m1]
flags: [""]
include:
- os: nayduck
flags: "--features nightly,test_features,mock_node"
Expand All @@ -28,4 +29,4 @@ jobs:
- uses: baptiste0928/cargo-install@21a18ba3bf4a184d1804e8b759930d3471b1c941
with:
crate: cargo-deny
- run: cargo nextest run --locked --workspace -p '*' --cargo-profile quick-release --profile ci
- run: cargo nextest run --locked --workspace -p '*' --cargo-profile quick-release --profile ci ${{ matrix.flags }}

0 comments on commit 315191a

Please sign in to comment.