roc/.github/workflows/nix_linux_x86_64.yml
Anton-4 1a73af844f
remove upload for debugging
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-09-14 18:35:08 +02:00

24 lines
500 B
YAML

on: [pull_request]
name: Nix linux x86_64 cargo test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
RUST_BACKTRACE: 1
jobs:
nix-linux-x86:
name: nix-linux-x86
runs-on: [self-hosted, i7-6700K]
timeout-minutes: 90
steps:
- uses: actions/checkout@v3
with:
clean: "true"
- name: execute tests with --release
run: /home/big-ci-user/.nix-profile/bin/nix develop -c cargo test --locked --release