Skip to content

Commit

Permalink
Edited ci config (#15)
Browse files Browse the repository at this point in the history
* Update rust.yml
  • Loading branch information
rodrimati1992 committed Mar 27, 2021
1 parent 0754f89 commit 25ff07a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
cargo test --features "testing"
- uses: actions/checkout@v2
- name: ci-nighly
if: ${{ matrix.rust != '1.46.0' }}
- name: ci-stable
# apparently github hadn't updated stable by 2021-03-27?
if: ${{ matrix.rust == 'beta' }}
run: |
cargo update
cd "${{github.workspace}}/const_format/"
Expand Down

0 comments on commit 25ff07a

Please sign in to comment.