Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-gomez-fastly committed Jan 30, 2025
1 parent c7c0910 commit 30cc440
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
echo "gobin=$(go env GOPATH)/bin" >> $GITHUB_OUTPUT # speed up dependency installs
echo "gobuild=$(go env GOCACHE)" >> $GITHUB_OUTPUT # speed up `go test` runs
echo "gomod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT # speed up use of third-party modules
- name: "Fix cache directory perms"
run: chmod -R 0755 ~/go/pkg/mod
- name: Go Bin Cache
id: go-bin-deps
uses: actions/cache@v4
Expand Down Expand Up @@ -125,8 +127,8 @@ jobs:
key: ${{ runner.os }}-test-go-mod-${{ hashFiles('**/go.sum') }}
- name: "Install Rust"
uses: dtolnay/rust-toolchain@1.83.0
- name: "Add wasm32-wasip1 Rust target"
run: rustup target add wasm32-wasip1 --toolchain 1.83.0
- name: "Add wasm32-wasi Rust target"
run: rustup target add wasm32-wasi --toolchain 1.83.0
- name: "Validate Rust toolchain"
run: rustup show && rustup target list --installed --toolchain 1.83.0
shell: bash
Expand Down

0 comments on commit 30cc440

Please sign in to comment.