Skip to content

Commit

Permalink
TEMP ci: add some test lines
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Feb 28, 2024
1 parent e744352 commit 3079590
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
- name: Read nightly version
id: read_toolchain
run: echo "nightly_version=$(cat .github/nightly-version)" >> $GITHUB_ENV
- name: Read nightly version (test1)
id: read_toolchain1
run: echo "nightly_version=$(cat .github/nightly-version)"
- name: Read nightly version (test2)
id: read_toolchain1
run: echo "${{ env.nightly_version }}"
- name: Prepare tests
id: get_matrix
run: contrib/get_matrix.sh
Expand Down Expand Up @@ -178,6 +184,9 @@ jobs:
dep: ${{ fromJson(needs.Prepare.outputs.deps) }}
task: [asan]
steps:
- name: Read nightly version (test3)
id: read_toolchain3
run: echo "${{ env.nightly_version }}"
- name: Checkout Crate
uses: actions/checkout@v4
- name: Checkout Toolchain
Expand Down

0 comments on commit 3079590

Please sign in to comment.