Skip to content

Commit

Permalink
WIP dtolnay rust-src
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ committed Aug 23, 2024
1 parent 0c56040 commit 572cfa6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,7 @@ on:
merge_group:

env:
# CARGO_TERM_COLOR: always
# CARGO_INCREMENTAL: '0'
# CARGO_PROFILE_DEV_DEBUG: '0'
RUST_TOOLCHAIN_VERSION: "1.80.1"
# RUSTFLAGS: "-D warnings"
# RUSTDOCFLAGS: "-D warnings"
RUST_LOG: "info"

jobs:
Expand All @@ -28,6 +23,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --component rust-src -y
- run: cargo test -p stackable-versioned-macros
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
components: rust-src
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
with:
key: test
- run: cargo test

0 comments on commit 572cfa6

Please sign in to comment.