summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicolas Patry <patry.nicolas@protonmail.com>2023-08-09 22:47:01 +0200
committerNicolas Patry <patry.nicolas@protonmail.com>2023-08-09 22:47:01 +0200
commit07e83c55c006b38d8cf95e1244915b7d1045d6df (patch)
treebed295a78c09b070e513c04e2315729bfd82c4ec /.github
parente5f510d2097b44014a7b0db277cebd1337049aba (diff)
downloadcandle-07e83c55c006b38d8cf95e1244915b7d1045d6df.tar.gz
candle-07e83c55c006b38d8cf95e1244915b7d1045d6df.tar.bz2
candle-07e83c55c006b38d8cf95e1244915b7d1045d6df.zip
Attempt nb2
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_cuda.yaml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/ci_cuda.yaml b/.github/workflows/ci_cuda.yaml
index a96eb874..9955b400 100644
--- a/.github/workflows/ci_cuda.yaml
+++ b/.github/workflows/ci_cuda.yaml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
env:
AWS_REGION: us-east-1
- EC2_AMI_ID: ami-03cfed9ea28f4b002
+ EC2_AMI_ID: ami-06fa4e191ed73d026
EC2_INSTANCE_TYPE: g5.xlarge
EC2_SUBNET_ID: subnet-931b34f5,subnet-ecb993cd,subnet-943dc2d8,subnet-45371f1a,subnet-ee93e0df,subnet-fddc3dfc
EC2_SECURITY_GROUP: sg-030175c435ac141d6
@@ -56,8 +56,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- - name: Setup tmate session
- uses: mxschmitt/action-tmate@v3
- name: Install Rust Stable
uses: actions-rs/toolchain@v1
with:
@@ -66,7 +64,7 @@ jobs:
override: true
- uses: Swatinem/rust-cache@v2
- name: Test (cuda)
- run: cargo test --features cuda
+ run: $HOME/.cargo/bin/cargo test --features cuda
stop-runner:
name: Stop self-hosted EC2 runner
needs: